Skip to content

Commit

Permalink
fix: CXL host exerciser running pointer test output wrong string (#3068
Browse files Browse the repository at this point in the history
…) (#3071)

-CXL host exerciser running pointer tests show wrong "data ping pong tests".
   Change to "Running pointer test started ......"

Signed-off-by: anandaravuri <[email protected]>
  • Loading branch information
anandaravuri authored Jan 5, 2024
1 parent e21332e commit 41f7de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/cxl_host_exerciser/cxl_he_cache_cmd.h
Original file line number Diff line number Diff line change
Expand Up @@ -1096,7 +1096,7 @@ class he_cache_cmd : public he_cmd {
host_exe_->write64(HE_RD_ADDR_TABLE_DATA, phy_ptr);

// start test
he_start_test(HE_PING_PONG,RUNNING_POINTER);
he_start_test(HE_RUNNING_POINTER,RUNNING_POINTER);

// wait for completion
if (!he_wait_test_completion()) {
Expand Down

0 comments on commit 41f7de6

Please sign in to comment.