public inbox for [email protected]
 help / color / mirror / Atom feed
* [PATCH v1 0/2] io_uring zc rx single shot recvzc
@ 2025-02-18 16:57 David Wei
  2025-02-18 16:57 ` [PATCH v1 1/2] io_uring/zcrx: add " David Wei
  2025-02-18 16:57 ` [PATCH v1 2/2] io_uring/zcrx: add selftest case for " David Wei
  0 siblings, 2 replies; 5+ messages in thread
From: David Wei @ 2025-02-18 16:57 UTC (permalink / raw)
  To: io-uring, netdev
  Cc: Jens Axboe, Pavel Begunkov, Jakub Kicinski, Paolo Abeni,
	David S. Miller, Eric Dumazet, Simon Horman

Currently only multishot recvzc requests are supported in io_uring zc
rx, but sometimes there is a need to do a single recvzc e.g. peeking at
some data in the socket.

In this series, add single shot recvzc request and a selftest for the
feature.

David Wei (2):
  io_uring/zcrx: add single shot recvzc
  io_uring/zcrx: add selftest case for single shot recvzc

 io_uring/net.c                                | 26 ++++++++----
 io_uring/zcrx.c                               | 17 ++++++--
 io_uring/zcrx.h                               |  2 +-
 .../selftests/drivers/net/hw/iou-zcrx.c       | 42 ++++++++++++++++---
 .../selftests/drivers/net/hw/iou-zcrx.py      | 27 +++++++++++-
 5 files changed, 94 insertions(+), 20 deletions(-)

-- 
2.43.5


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

end of thread, other threads:[~2025-02-20 19:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-18 16:57 [PATCH v1 0/2] io_uring zc rx single shot recvzc David Wei
2025-02-18 16:57 ` [PATCH v1 1/2] io_uring/zcrx: add " David Wei
2025-02-20 13:45   ` Pavel Begunkov
2025-02-20 19:29     ` David Wei
2025-02-18 16:57 ` [PATCH v1 2/2] io_uring/zcrx: add selftest case for " David Wei

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