]> git.ipfire.org Git - thirdparty/linux.git/commit
selftests: ublk: use auto_zc for PER_IO_DAEMON tests in stress_04
authorCaleb Sander Mateos <csander@purestorage.com>
Fri, 12 Dec 2025 17:17:03 +0000 (10:17 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 12 Dec 2025 19:50:40 +0000 (12:50 -0700)
commit20da98a07bcbacb15fc627f6cf426a2f4d1501e5
tree8430a54b7540f15a965830a8f7b4b155967b2272
parent58eec4f3fc2878de51239916953b736b674d5071
selftests: ublk: use auto_zc for PER_IO_DAEMON tests in stress_04

stress_04 is described as "run IO and kill ublk server(zero copy)" but
the --per_io_tasks tests cases don't use zero copy. Plus, one of the
test cases is duplicated. Add --auto_zc to these test cases and
--auto_zc_fallback to one of the duplicated ones. This matches the test
cases in stress_03.

Signed-off-by: Caleb Sander Mateos <csander@purestorage.com>
Reviewed-by: Ming Lei <ming.lei@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
tools/testing/selftests/ublk/test_stress_04.sh