selftests/net: don't tests batched TCP io_uring zc
authorPavel Begunkov <asml.silence@gmail.com>
Wed, 26 Oct 2022 23:11:53 +0000 (00:11 +0100)
committerJens Axboe <axboe@kernel.dk>
Wed, 2 Nov 2022 14:27:24 +0000 (08:27 -0600)
commit9921d5013a6e51892623bf2f1c5b49eaecda55ac
tree5aef7202994fea63a0f8f402eb3ebff1ab13a098
parentb3026767e15b488860d4bbf1649d69612bab2c25
selftests/net: don't tests batched TCP io_uring zc

It doesn't make sense batch submitting io_uring requests to a single TCP
socket without linking or some other kind of ordering. Moreover, it
causes spurious -EINTR fails due to interaction with task_work. Disable
it for now and keep queue depth=1.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/b547698d5938b1b1a898af1c260188d8546ded9a.1666700897.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
tools/testing/selftests/net/io_uring_zerocopy_tx.sh