summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorThi Tran <thi@us.ibm.com>2019-05-17 08:29:52 -0500
committerChristian R. Geddes <crgeddes@us.ibm.com>2019-05-20 09:46:05 -0500
commit2a334beaa4b6e4b8eb7993476631e69e4a0da0b2 (patch)
tree89e0f16d6a476160317944de177c36422bcfdd55 /src
parentdc2e4807c4e5ace189533774265ad73bcafb19b1 (diff)
downloadtalos-hostboot-2a334beaa4b6e4b8eb7993476631e69e4a0da0b2.tar.gz
talos-hostboot-2a334beaa4b6e4b8eb7993476631e69e4a0da0b2.zip
Fix incorrect group of 8 Mirrorable setting for Axone.
Change-Id: I3121b701304fe1b5436a473bc0a128b4273da3e8 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/77536 Reviewed-by: Benjamin Gass <bgass@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/77553 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/import/chips/p9/procedures/hwp/nest/p9_mss_eff_grouping.C3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/hwp/nest/p9_mss_eff_grouping.C b/src/import/chips/p9/procedures/hwp/nest/p9_mss_eff_grouping.C
index 479a78b58..2f13f38cd 100644
--- a/src/import/chips/p9/procedures/hwp/nest/p9_mss_eff_grouping.C
+++ b/src/import/chips/p9/procedures/hwp/nest/p9_mss_eff_grouping.C
@@ -2147,7 +2147,6 @@ void grouping_group8PortsPerGroup(const EffGroupingMemInfo& i_memInfo,
o_groupData.iv_data[g][MEMBER_IDX(5)] = MCPORTID_5;
o_groupData.iv_data[g][MEMBER_IDX(6)] = MCPORTID_3;
o_groupData.iv_data[g][MEMBER_IDX(7)] = MCPORTID_7;
- g++; // increase o_groupData.iv_numGroups
// Record which MC ports were grouped
// Check if OMI mirrorable
@@ -2163,6 +2162,8 @@ void grouping_group8PortsPerGroup(const EffGroupingMemInfo& i_memInfo,
}
}
+ g++; // increase o_groupData.iv_numGroups
+
FAPI_INF("grouping_group8PortsPerGroup: Successfully grouped 8 "
"MC ports.");
}
OpenPOWER on IntegriCloud