[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250218165714.56427-1-dw@davidwei.uk>
Date: Tue, 18 Feb 2025 08:57:12 -0800
From: David Wei <dw@...idwei.uk>
To: io-uring@...r.kernel.org,
netdev@...r.kernel.org
Cc: Jens Axboe <axboe@...nel.dk>,
Pavel Begunkov <asml.silence@...il.com>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>,
"David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Simon Horman <horms@...nel.org>
Subject: [PATCH v1 0/2] io_uring zc rx single shot recvzc
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
Powered by blists - more mailing lists