mbox series

[liburing,0/4] zc changes

Message ID cover.1663759148.git.asml.silence@gmail.com (mailing list archive)
Headers show
Series zc changes | expand

Message

Pavel Begunkov Sept. 21, 2022, 11:21 a.m. UTC
We're decoupling notifications generation from whether the request
failed or not. Adjust the tests, so nobody is confused reading it,
and put a note in man.

Also, 4/4 adds a test for just sent zc sendmsg.

Pavel Begunkov (4):
  examples: fix sendzc notif handling
  test: fix zc tests
  man: note about notification generation
  tests: add sendmsg_zc tests

 examples/send-zerocopy.c        |  17 +++---
 man/io_uring_enter.2            |   5 +-
 src/include/liburing/io_uring.h |   1 +
 test/send-zerocopy.c            | 101 ++++++++++++++++++++++++--------
 4 files changed, 88 insertions(+), 36 deletions(-)

Comments

Jens Axboe Sept. 21, 2022, 3 p.m. UTC | #1
On Wed, 21 Sep 2022 12:21:54 +0100, Pavel Begunkov wrote:
> We're decoupling notifications generation from whether the request
> failed or not. Adjust the tests, so nobody is confused reading it,
> and put a note in man.
> 
> Also, 4/4 adds a test for just sent zc sendmsg.
> 
> Pavel Begunkov (4):
>   examples: fix sendzc notif handling
>   test: fix zc tests
>   man: note about notification generation
>   tests: add sendmsg_zc tests
> 
> [...]

Applied, thanks!

[1/4] examples: fix sendzc notif handling
      commit: a3a35cf05c6ed670f0f14c3181c10683d22d98da
[2/4] test: fix zc tests
      commit: 5127b05e5acf530020518d198401f09c32e09f9c
[3/4] man: note about notification generation
      commit: ccde465295cd07d0a4b25ae892de957d50424b50
[4/4] tests: add sendmsg_zc tests
      commit: dec0b1db70e8fadf9666289fa00c1ef508a1e8a2

Best regards,