public inbox for [email protected]
 help / color / mirror / Atom feed
* [PATCH liburing 0/4] zc changes
@ 2022-09-21 11:21 Pavel Begunkov
  2022-09-21 11:21 ` [PATCH liburing 1/4] examples: fix sendzc notif handling Pavel Begunkov
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Pavel Begunkov @ 2022-09-21 11:21 UTC (permalink / raw)
  To: io-uring; +Cc: Jens Axboe, asml.silence

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(-)

-- 
2.37.2


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-09-21 15:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-21 11:21 [PATCH liburing 0/4] zc changes Pavel Begunkov
2022-09-21 11:21 ` [PATCH liburing 1/4] examples: fix sendzc notif handling Pavel Begunkov
2022-09-21 11:21 ` [PATCH liburing 2/4] test: fix zc tests Pavel Begunkov
2022-09-21 11:21 ` [PATCH liburing 3/4] man: note about notification generation Pavel Begunkov
2022-09-21 11:21 ` [PATCH liburing 4/4] tests: add sendmsg_zc tests Pavel Begunkov
2022-09-21 15:00 ` [PATCH liburing 0/4] zc changes Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox