summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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