mbox series

[liburing,v2,0/3] improve sendzc tests

Message ID cover.1712594147.git.asml.silence@gmail.com (mailing list archive)
Headers show
Series improve sendzc tests | expand

Message

Pavel Begunkov April 8, 2024, 4:38 p.m. UTC
There is enough of special handling for DEFER_TASKRUN, so we want
to test sendzc with DEFER_TASKRUN as well. Apart from that, probe
zc support at the beginning and do some more cleanups.

v2: don't forget IORING_SETUP_SINGLE_ISSUER for DEFER_TASKRUN

Pavel Begunkov (3):
  test: handle test_send_faults()'s cases one by one
  test/sendzc: improve zc support probing
  io_uring/sendzc: add DEFER_TASKRUN testing

 test/send-zerocopy.c | 332 ++++++++++++++++++++++++++++---------------
 1 file changed, 216 insertions(+), 116 deletions(-)

Comments

Jens Axboe April 9, 2024, 3:45 a.m. UTC | #1
On Mon, 08 Apr 2024 17:38:09 +0100, Pavel Begunkov wrote:
> There is enough of special handling for DEFER_TASKRUN, so we want
> to test sendzc with DEFER_TASKRUN as well. Apart from that, probe
> zc support at the beginning and do some more cleanups.
> 
> v2: don't forget IORING_SETUP_SINGLE_ISSUER for DEFER_TASKRUN
> 
> Pavel Begunkov (3):
>   test: handle test_send_faults()'s cases one by one
>   test/sendzc: improve zc support probing
>   io_uring/sendzc: add DEFER_TASKRUN testing
> 
> [...]

Applied, thanks!

[1/3] test: handle test_send_faults()'s cases one by one
      commit: a305179d22f982f08a38162c13fe1f6fc8e99ab3
[2/3] test/sendzc: improve zc support probing
      commit: c3db7e08833abc293c50b75b14e617be5e5592e4
[3/3] io_uring/sendzc: add DEFER_TASKRUN testing
      commit: ef3cae5022b717ebc495e39df902d85b83f402f5

Best regards,