summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorZane Shelley <zshelle@us.ibm.com>2017-02-14 09:55:26 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-02-16 23:40:18 -0500
commit005bc0cd6a94df19008f159563eb80b5a3c02ed9 (patch)
tree45db7084961de322942dd7999db2e71abc06a445 /src/usr
parente27d2151a8be84a944c0a8f100a4cddb3c62529e (diff)
downloadtalos-hostboot-005bc0cd6a94df19008f159563eb80b5a3c02ed9.tar.gz
talos-hostboot-005bc0cd6a94df19008f159563eb80b5a3c02ed9.zip
PRD: MNFG thresholds for L2/L3 cache/directory CEs
Change-Id: Iefa257709d9689b39ef730bae38cdcbadac0c267 CQ: SW379976 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36432 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Brian J. Stegmiller <bjs@us.ibm.com> Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com> Reviewed-by: Benjamin J. Weisenbeck <bweisenb@us.ibm.com> Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36518 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/diag/prdf/common/plat/p9/p9_ex.rule4
-rw-r--r--src/usr/diag/prdf/common/plat/p9/p9_ex_actions.rule18
2 files changed, 18 insertions, 4 deletions
diff --git a/src/usr/diag/prdf/common/plat/p9/p9_ex.rule b/src/usr/diag/prdf/common/plat/p9/p9_ex.rule
index a22d9ab69..91d615c18 100644
--- a/src/usr/diag/prdf/common/plat/p9/p9_ex.rule
+++ b/src/usr/diag/prdf/common/plat/p9/p9_ex.rule
@@ -281,7 +281,7 @@ group gL2FIR filter singlebit, cs_root_cause
/** L2FIR[6]
* L2 directory read CE
*/
- (rL2FIR, bit(6)) ? self_th_32perDay;
+ (rL2FIR, bit(6)) ? l2_dir_ce;
/** L2FIR[7]
* L2 directory read UE
@@ -648,7 +648,7 @@ group gL3FIR filter singlebit, cs_root_cause
/** L3FIR[13]
* L3 DIR read CE
*/
- (rL3FIR, bit(13)) ? self_th_32perDay;
+ (rL3FIR, bit(13)) ? l3_dir_ce;
/** L3FIR[14]
* L3 Dir read UE
diff --git a/src/usr/diag/prdf/common/plat/p9/p9_ex_actions.rule b/src/usr/diag/prdf/common/plat/p9/p9_ex_actions.rule
index 651917345..72147a053 100644
--- a/src/usr/diag/prdf/common/plat/p9/p9_ex_actions.rule
+++ b/src/usr/diag/prdf/common/plat/p9/p9_ex_actions.rule
@@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2016
+# Contributors Listed Below - COPYRIGHT 2016,2017
# [+] International Business Machines Corp.
#
#
@@ -35,9 +35,17 @@ actionclass l3_cache_ue
TBDDefaultCallout;
};
+actionclass l3_dir_ce
+{
+ calloutSelfHigh;
+ threshold( field(32 / day), mfg_file(ATTR_MNFG_TH_P8EX_L3_DIR_CES) );
+};
+
actionclass l2_cache_ce
{
- TBDDefaultCallout;
+ calloutSelfHigh;
+ threshold( field(32 / day), mfg_file(ATTR_MNFG_TH_P8EX_L2_CACHE_CES) );
+# funccall("L2CE"); TODO: RTC 152593
};
actionclass l2_cache_ue
@@ -45,6 +53,12 @@ actionclass l2_cache_ue
TBDDefaultCallout;
};
+actionclass l2_dir_ce
+{
+ calloutSelfHigh;
+ threshold( field(32 / day), mfg_file(ATTR_MNFG_TH_P8EX_L2_DIR_CES) );
+};
+
actionclass l2_power_bus_ce
{
TBDDefaultCallout;
OpenPOWER on IntegriCloud