summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/istep13
diff options
context:
space:
mode:
authorNick Bofferding <bofferdn@us.ibm.com>2019-04-16 20:35:54 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-04-24 13:57:29 -0500
commit239bd856fd664ca51a8fcc019b73a6fcd894c6bb (patch)
treea861fbbe5571a647d087a8b4c99bdcbb58b43cb0 /src/usr/isteps/istep13
parent7e2a874589b1714f395f27a55b69127c76312e01 (diff)
downloadtalos-hostboot-239bd856fd664ca51a8fcc019b73a6fcd894c6bb.tar.gz
talos-hostboot-239bd856fd664ca51a8fcc019b73a6fcd894c6bb.zip
Re-enable mss_draminit_trainadv parallelism
Allow four parallel threads in mss_draminit_trainadv Change-Id: I65cd4316371ef17d72216505e0986c5a47d8aa26 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/76062 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Glenn Miles <milesg@ibm.com> Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/istep13')
-rw-r--r--src/usr/isteps/istep13/istep13consts.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/isteps/istep13/istep13consts.H b/src/usr/isteps/istep13/istep13consts.H
index cf459f82e..218c89283 100644
--- a/src/usr/isteps/istep13/istep13consts.H
+++ b/src/usr/isteps/istep13/istep13consts.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015 */
+/* Contributors Listed Below - COPYRIGHT 2015,2019 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -29,5 +29,5 @@
const uint8_t UNLIMITED_RUN = 0xFF;
const uint8_t VPO_NUM_OF_MBAS_TO_RUN = UNLIMITED_RUN;
const uint8_t VPO_NUM_OF_MEMBUF_TO_RUN = UNLIMITED_RUN;
-const uint8_t ISTEP13_MAX_THREADS = 1;
+const uint8_t ISTEP13_MAX_THREADS = 4;
#endif
OpenPOWER on IntegriCloud