NTB: ntb_test: Update ntb_perf tests
authorSerge Semin <fancer.lancer@gmail.com>
Wed, 6 Dec 2017 14:32:05 +0000 (17:32 +0300)
committerJon Mason <jdmason@kudzu.us>
Mon, 29 Jan 2018 03:17:24 +0000 (22:17 -0500)
ntb_perf driver has been also updated so to have the multi-port
interface support. User now must specify what peer port is going
to be used to perform the test.

Signed-off-by: Serge Semin <fancer.lancer@gmail.com>
Signed-off-by: Jon Mason <jdmason@kudzu.us>
tools/testing/selftests/ntb/ntb_test.sh

index 2dea126c85eb93b1bef89f87f16d304570579311..08cbfbbc702910e088068ae710713ac2558b70a3 100755 (executable)
@@ -39,15 +39,16 @@ function show_help()
        echo
        echo "Options:"
        echo "  -C              don't cleanup ntb modules on exit"
-       echo "  -d              run dma tests"
        echo "  -h              show this help message"
        echo "  -l              list available local and remote PCI ids"
        echo "  -r REMOTE_HOST  specify the remote's hostname to connect"
        echo "                  to for the test (using ssh)"
        echo "  -m MW_SIZE      memory window size for ntb_tool"
        echo "                  (default: $MW_SIZE)"
-       echo "  -p NUM          ntb_perf run order (default: $PERF_RUN_ORDER)"
-       echo "  -w max_mw_size  maxmium memory window size"
+       echo "  -d              run dma tests for ntb_perf"
+       echo "  -p ORDER        total data order for ntb_perf"
+       echo "                  (default: $PERF_RUN_ORDER)"
+       echo "  -w MAX_MW_SIZE  maxmium memory window size for ntb_perf"
        echo
 }
 
@@ -460,17 +461,17 @@ function perf_test()
                WITH="without"
        fi
 
-       _modprobe ntb_perf run_order=$PERF_RUN_ORDER \
+       _modprobe ntb_perf total_order=$PERF_RUN_ORDER \
                max_mw_size=$MAX_MW_SIZE use_dma=$USE_DMA
 
        echo "Running local perf test $WITH DMA"
-       write_file "" "$LOCAL_PERF/run"
+       write_file "$LOCAL_PIDX" "$LOCAL_PERF/run"
        echo -n "  "
        read_file "$LOCAL_PERF/run"
        echo "  Passed"
 
        echo "Running remote perf test $WITH DMA"
-       write_file "" "$REMOTE_PERF/run"
+       write_file "$REMOTE_PIDX" "$REMOTE_PERF/run"
        echo -n "  "
        read_file "$REMOTE_PERF/run"
        echo "  Passed"