Skip to content

Commit

Permalink
Set reorder mode after read-only subtest in exp_memdiag
Browse files Browse the repository at this point in the history
Change-Id: Ia3cf11a912b856aeeb6f8316caf039ec35d9a4fc
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/93789
Reviewed-by: Michael D Pardeik <pardeik@us.ibm.com>
Reviewed-by: STEPHEN GLANCY <sglancy@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>
Dev-Ready: Louis Stermole <stermole@us.ibm.com>
Reviewed-by: Jennifer A Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/93805
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>
  • Loading branch information
stermole authored and crgeddes committed Mar 27, 2020
1 parent 4e31bed commit 513da31
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -62,6 +62,11 @@ extern "C"
if (l_post_memdiags_subtest == fapi2::ENUM_ATTR_MSS_POST_MEMDIAGS_READ_SUBTEST_ENABLE)
{
FAPI_TRY(mss::exp::memdiags::perform_read_only_subtest(i_target));

// Turn off FIFO mode again
// Note this is normally done in mss_initialize_memory but
// the read-only subtest above switches back to FIFO mode
FAPI_TRY(mss::reset_reorder_queue_settings(i_target) );
}

fapi_try_exit:
Expand Down

0 comments on commit 513da31

Please sign in to comment.