summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPrem Shanker Jha <premjha2@in.ibm.com>2014-09-23 06:33:35 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-09-26 21:36:34 -0500
commit8bb0f2a869989fcc72da48c9cbb44a8e4dd92154 (patch)
treed399284a38e39138b4fc51fb2ee4ab7d9c2ce1aa /src
parent84d598c4c7de197f01dcd0adb20eea27b614e9e1 (diff)
downloadblackbird-hostboot-8bb0f2a869989fcc72da48c9cbb44a8e4dd92154.tar.gz
blackbird-hostboot-8bb0f2a869989fcc72da48c9cbb44a8e4dd92154.zip
PRD:Handled Internal Path Errors during topology switch.
Change-Id: Ifb41429dd56afb6e2c2f0cf89ffa6630b4367daa CQ:SW279510 Backport: release-fips811 Backport: release-fips820 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/13539 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-by: Christopher T. Phan <cphan@us.ibm.com> Tested-by: Christopher T. Phan <cphan@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/13619
Diffstat (limited to 'src')
-rwxr-xr-xsrc/usr/diag/prdf/common/framework/service/prdfTargetServices.C2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/usr/diag/prdf/common/framework/service/prdfTargetServices.C b/src/usr/diag/prdf/common/framework/service/prdfTargetServices.C
index 2cb06d287..1ca232b08 100755
--- a/src/usr/diag/prdf/common/framework/service/prdfTargetServices.C
+++ b/src/usr/diag/prdf/common/framework/service/prdfTargetServices.C
@@ -418,6 +418,7 @@ int32_t getAssociationType( TARGETING::TargetHandle_t i_target,
{
// This table must be sorted based on the < operator of struct conn_t.
{ TYPE_SYS, TYPE_NODE, TargetService::CHILD_BY_AFFINITY },
+ { TYPE_SYS, TYPE_OSC, TargetService::CHILD_BY_AFFINITY },
{ TYPE_NODE, TYPE_SYS, TargetService::PARENT_BY_AFFINITY },
{ TYPE_NODE, TYPE_OSC, TargetService::CHILD_BY_AFFINITY },
{ TYPE_NODE, TYPE_PROC, TargetService::CHILD_BY_AFFINITY },
@@ -433,6 +434,7 @@ int32_t getAssociationType( TARGETING::TargetHandle_t i_target,
{ TYPE_NODE, TYPE_MBA, TargetService::CHILD_BY_AFFINITY },
{ TYPE_NODE, TYPE_DIMM, TargetService::CHILD_BY_AFFINITY },
+ { TYPE_OSC, TYPE_SYS, TargetService::PARENT_BY_AFFINITY },
{ TYPE_OSC, TYPE_NODE, TargetService::PARENT_BY_AFFINITY },
{ TYPE_PROC, TYPE_NODE, TargetService::PARENT_BY_AFFINITY },
OpenPOWER on IntegriCloud