public inbox for [email protected]
 help / color / mirror / Atom feed
* [PATCH RFC liburing 0/2] multishot recvmsg
@ 2022-07-08 18:45 Dylan Yudaken
  2022-07-08 18:45 ` [PATCH RFC liburing 1/2] add multishot recvmsg API Dylan Yudaken
  2022-07-08 18:45 ` [PATCH RFC liburing 2/2] add tests for multishot recvmsg Dylan Yudaken
  0 siblings, 2 replies; 3+ messages in thread
From: Dylan Yudaken @ 2022-07-08 18:45 UTC (permalink / raw)
  To: axboe, asml.silence; +Cc: io-uring, Kernel-team, Dylan Yudaken

This series adds an API (patch 1) and a test (#2) for multishot recvmsg.

I have not included docs yet, but I want to get feedback on the API for handling
the result (if there is any).

Dylan Yudaken (2):
  add multishot recvmsg API
  add tests for multishot recvmsg

 src/include/liburing.h          |  59 ++++++++++++++
 src/include/liburing/io_uring.h |   7 ++
 test/recv-multishot.c           | 137 ++++++++++++++++++++++++++++----
 3 files changed, 189 insertions(+), 14 deletions(-)


base-commit: 5d0e33f50a06db768b1891972daab40732400778
-- 
2.30.2


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

end of thread, other threads:[~2022-07-08 18:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-08 18:45 [PATCH RFC liburing 0/2] multishot recvmsg Dylan Yudaken
2022-07-08 18:45 ` [PATCH RFC liburing 1/2] add multishot recvmsg API Dylan Yudaken
2022-07-08 18:45 ` [PATCH RFC liburing 2/2] add tests for multishot recvmsg Dylan Yudaken

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