mbox series

[liburing,for-next,0/5] expand send / zc tests

Message ID cover.1666230529.git.asml.silence@gmail.com (mailing list archive)
Headers show
Series expand send / zc tests | expand

Message

Pavel Begunkov Oct. 20, 2022, 1:49 a.m. UTC
Patch 4 adds sendmsg testing with various iov lengths and configurations.
Patch 5 tests IORING_RECVSEND_POLL_FIRST. And patch 3 enables same testing
for non-zerocopy sends as we currently have poor coverage.

Pavel Begunkov (5):
  tests: improve zc cflags handling
  tests: pass params in a struct
  tests: add non-zc tests in send-zerocopy.c
  tests: add tests for retries with long iovec
  tests: test poll_first

 test/send-zerocopy.c | 188 ++++++++++++++++++++++++++++++-------------
 1 file changed, 133 insertions(+), 55 deletions(-)

Comments

Jens Axboe Oct. 20, 2022, 2:26 a.m. UTC | #1
On Thu, 20 Oct 2022 02:49:50 +0100, Pavel Begunkov wrote:
> Patch 4 adds sendmsg testing with various iov lengths and configurations.
> Patch 5 tests IORING_RECVSEND_POLL_FIRST. And patch 3 enables same testing
> for non-zerocopy sends as we currently have poor coverage.
> 
> Pavel Begunkov (5):
>   tests: improve zc cflags handling
>   tests: pass params in a struct
>   tests: add non-zc tests in send-zerocopy.c
>   tests: add tests for retries with long iovec
>   tests: test poll_first
> 
> [...]

Applied, thanks!

[1/5] tests: improve zc cflags handling
      (no commit info)
[2/5] tests: pass params in a struct
      (no commit info)
[3/5] tests: add non-zc tests in send-zerocopy.c
      (no commit info)
[4/5] tests: add tests for retries with long iovec
      (no commit info)
[5/5] tests: test poll_first
      (no commit info)

Best regards,