Skip to content

Commit

Permalink
test/accel: Fix coding style warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Sergey Gorenko <[email protected]>
  • Loading branch information
SergeyGorenko committed Jul 25, 2024
1 parent 254cd98 commit fdefffe
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions test/accel/accel_mlx5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ source $rootdir/test/common/autotest_common.sh
run_test "accel_crc32c" $SPDK_EXAMPLE_DIR/accel_perf -t 1 -y -q 64 -w crc32c -m 0xf -c $testdir/accel_mlx5.json
run_test "accel_copy_crc32c" $SPDK_EXAMPLE_DIR/accel_perf -t 1 -y -q 64 -w copy_crc32c -m 0xf -c $testdir/accel_mlx5.json
run_test "accel_check_crc32c" $SPDK_EXAMPLE_DIR/accel_perf -t 1 -y -q 64 -w check_crc32c -m 0xf -c $testdir/accel_mlx5.json
run_test "accel_copy_check_crc32c" $SPDK_EXAMPLE_DIR/accel_perf -t 1 -y -q 64 -w copy_check_crc32c -m 0xf -c $testdir/accel_mlx5.json 2>&1 |grep -v "Failed to execute check_crc32c operation, sequence:"
run_test "accel_copy_check_crc32c" $SPDK_EXAMPLE_DIR/accel_perf -t 1 -y -q 64 -w copy_check_crc32c -m 0xf -c $testdir/accel_mlx5.json 2>&1 | grep -v "Failed to execute check_crc32c operation, sequence:"

run_test "accel_mlx5_crc32c" $SPDK_EXAMPLE_DIR/accel_mlx5_test -t 1 -q 64 -w crc32c -m 0xf -c $testdir/accel_mlx5.json
run_test "accel_mlx5_copy_crc32c" $SPDK_EXAMPLE_DIR/accel_mlx5_test -t 1 -q 64 -w copy_crc32c -m 0xf -c $testdir/accel_mlx5.json
run_test "accel_mlx5_check_crc32c" $SPDK_EXAMPLE_DIR/accel_mlx5_test -t 1 -q 64 -w check_crc32c -m 0xf -c $testdir/accel_mlx5.json
run_test "accel_mlx5_copy_check_crc32c" $SPDK_EXAMPLE_DIR/accel_mlx5_test -t 1 -q 64 -w copy_check_crc32c -m 0xf -c $testdir/accel_mlx5.json 2>&1 |grep -v "Failed to execute check_crc32c operation, sequence:"
run_test "accel_mlx5_crc32c" $SPDK_EXAMPLE_DIR/accel_mlx5_test -t 1 -q 128 -w crc32c -m 0xf -c $testdir/accel_mlx5.json 2>&1 |grep -v "Failed to execute check_crc32c operation, sequence:"
run_test "accel_mlx5_copy_crc32c" $SPDK_EXAMPLE_DIR/accel_mlx5_test -t 1 -q 128 -w copy_crc32c -m 0xf -c $testdir/accel_mlx5.json 2>&1 |grep -v "Failed to execute check_crc32c operation, sequence:"
run_test "accel_mlx5_check_crc32c" $SPDK_EXAMPLE_DIR/accel_mlx5_test -t 1 -q 128 -w check_crc32c -m 0xf -c $testdir/accel_mlx5.json 2>&1 |grep -v "Failed to execute check_crc32c operation, sequence:"
run_test "accel_mlx5_copy_check_crc32c" $SPDK_EXAMPLE_DIR/accel_mlx5_test -t 1 -q 128 -w copy_check_crc32c -m 0xf -c $testdir/accel_mlx5.json 2>&1 |grep -v "Failed to execute check_crc32c operation, sequence:"
run_test "accel_mlx5_check_crc32c_error" $SPDK_EXAMPLE_DIR/accel_mlx5_test -t 1 -q 1 -w check_crc32c -m 0x1 -f -c $testdir/accel_mlx5.json 2>&1 |grep -v "Failed to execute check_crc32c operation, sequence:"
run_test "accel_mlx5_copy_check_crc32c_error" $SPDK_EXAMPLE_DIR/accel_mlx5_test -t 1 -q 1 -w copy_check_crc32c -m 0x1 -f -c $testdir/accel_mlx5.json 2>&1 |grep -v "Failed to execute check_crc32c operation, sequence:"
run_test "accel_mlx5_copy_check_crc32c" $SPDK_EXAMPLE_DIR/accel_mlx5_test -t 1 -q 64 -w copy_check_crc32c -m 0xf -c $testdir/accel_mlx5.json 2>&1 | grep -v "Failed to execute check_crc32c operation, sequence:"
run_test "accel_mlx5_crc32c" $SPDK_EXAMPLE_DIR/accel_mlx5_test -t 1 -q 128 -w crc32c -m 0xf -c $testdir/accel_mlx5.json 2>&1 | grep -v "Failed to execute check_crc32c operation, sequence:"
run_test "accel_mlx5_copy_crc32c" $SPDK_EXAMPLE_DIR/accel_mlx5_test -t 1 -q 128 -w copy_crc32c -m 0xf -c $testdir/accel_mlx5.json 2>&1 | grep -v "Failed to execute check_crc32c operation, sequence:"
run_test "accel_mlx5_check_crc32c" $SPDK_EXAMPLE_DIR/accel_mlx5_test -t 1 -q 128 -w check_crc32c -m 0xf -c $testdir/accel_mlx5.json 2>&1 | grep -v "Failed to execute check_crc32c operation, sequence:"
run_test "accel_mlx5_copy_check_crc32c" $SPDK_EXAMPLE_DIR/accel_mlx5_test -t 1 -q 128 -w copy_check_crc32c -m 0xf -c $testdir/accel_mlx5.json 2>&1 | grep -v "Failed to execute check_crc32c operation, sequence:"
run_test "accel_mlx5_check_crc32c_error" $SPDK_EXAMPLE_DIR/accel_mlx5_test -t 1 -q 1 -w check_crc32c -m 0x1 -f -c $testdir/accel_mlx5.json 2>&1 | grep -v "Failed to execute check_crc32c operation, sequence:"
run_test "accel_mlx5_copy_check_crc32c_error" $SPDK_EXAMPLE_DIR/accel_mlx5_test -t 1 -q 1 -w copy_check_crc32c -m 0x1 -f -c $testdir/accel_mlx5.json 2>&1 | grep -v "Failed to execute check_crc32c operation, sequence:"

0 comments on commit fdefffe

Please sign in to comment.