test/vsock: io_uring rx/tx tests
authorArseniy Krasnov <avkrasnov@salutedevices.com>
Tue, 10 Oct 2023 19:15:24 +0000 (22:15 +0300)
committerDavid S. Miller <davem@davemloft.net>
Sun, 15 Oct 2023 12:19:43 +0000 (13:19 +0100)
commit8d211285c6d48baca4934c54b1965d4e75ce35e2
tree64d420ecfc7eec85eaf44c9435fd1918670dd588
parente846d679ad131c71c190123f3b6176c108567c85
test/vsock: io_uring rx/tx tests

This adds set of tests which use io_uring for rx/tx. This test suite is
implemented as separated util like 'vsock_test' and has the same set of
input arguments as 'vsock_test'. These tests only cover cases of data
transmission (no connect/bind/accept etc).

Signed-off-by: Arseniy Krasnov <avkrasnov@salutedevices.com>
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/vsock/.gitignore
tools/testing/vsock/Makefile
tools/testing/vsock/vsock_uring_test.c [new file with mode: 0644]