summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorZane Shelley <zshelle@us.ibm.com>2013-08-27 14:20:27 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-08-30 09:54:54 -0500
commitb7905ee085c4611eb620a9cb402f88633841daae (patch)
tree3e976ba9cfc8ebe3d24af6ab339c00a095d3dbc1 /src/usr
parent176797928dbaf51620adc1868704679a5e2416ed (diff)
downloadtalos-hostboot-b7905ee085c4611eb620a9cb402f88633841daae.tar.gz
talos-hostboot-b7905ee085c4611eb620a9cb402f88633841daae.zip
PRD: Temporarily adjust MNFG threshold for memory NCEs
Change-Id: I11a00210293d98f1648d33dda136b0490e2f3e51 CQ: SW221615 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5935 Tested-by: Jenkins Server Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5973
Diffstat (limited to 'src/usr')
-rwxr-xr-xsrc/usr/diag/prdf/common/plat/pegasus/Membuf_acts_NEST.rule16
1 files changed, 14 insertions, 2 deletions
diff --git a/src/usr/diag/prdf/common/plat/pegasus/Membuf_acts_NEST.rule b/src/usr/diag/prdf/common/plat/pegasus/Membuf_acts_NEST.rule
index 50a6b744c..b019ec0b5 100755
--- a/src/usr/diag/prdf/common/plat/pegasus/Membuf_acts_NEST.rule
+++ b/src/usr/diag/prdf/common/plat/pegasus/Membuf_acts_NEST.rule
@@ -1330,10 +1330,22 @@ actionclass analyzeFetchMpe0_7 { funccall("AnalyzeFetchMpe0_7"); };
actionclass analyzeFetchMpe1_7 { funccall("AnalyzeFetchMpe1_7"); };
/** Analyze a fetch NCE on MBA0 */
-actionclass analyzeFetchNce0 { funccall("AnalyzeFetchNce0"); threshold32pday; };
+actionclass analyzeFetchNce0
+{
+ funccall("AnalyzeFetchNce0");
+ # FIXME: RTC 47289 MNFG threshold temporarily set to 32/day until we add
+ # actual support in the AnalyzeFetchNce plugins.
+ threshold( field(32 / day), mfg(32 / day) );
+};
/** Analyze a fetch NCE on MBA1 */
-actionclass analyzeFetchNce1 { funccall("AnalyzeFetchNce1"); threshold32pday; };
+actionclass analyzeFetchNce1
+{
+ funccall("AnalyzeFetchNce1");
+ # FIXME: RTC 47289 MNFG threshold temporarily set to 32/day until we add
+ # actual support in the AnalyzeFetchNce plugins.
+ threshold( field(32 / day), mfg(32 / day) );
+};
# TODO: RTC 23125 The RAS spreadsheet action is RCE is: "Threshold per rank 8/24
# make a callout of DIMM pair". Needs discussion.
OpenPOWER on IntegriCloud