public inbox for io-uring@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] io_uring: zcrx large buffers support
@ 2026-01-24 10:36 Pavel Begunkov
  2026-01-24 10:36 ` [PATCH 1/1] io_uring/zcrx: implement large rx buffer support Pavel Begunkov
  0 siblings, 1 reply; 5+ messages in thread
From: Pavel Begunkov @ 2026-01-24 10:36 UTC (permalink / raw)
  To: io-uring; +Cc: asml.silence, axboe, netdev

A single patch enabling large buffer support for zcrx by propagating
user parameters to the net + sanitisation. It depends on net/ changes
that can be found in a 6.19-rc5 based branch [1] that's already pulled
into the net tree.

[1] https://github.com/isilence/linux.git tags/net-queue-rx-buf-len-v9

For convenience, all changes including net and io_uring can be found in:

https://github.com/isilence/linux.git zcrx/for-next

Link to the netdev series:

https://lore.kernel.org/netdev/cover.1768493907.git.asml.silence@gmail.com/

Pavel Begunkov (1):
  io_uring/zcrx: implement large rx buffer support

 include/uapi/linux/io_uring.h |  2 +-
 io_uring/zcrx.c               | 39 ++++++++++++++++++++++++++++++-----
 2 files changed, 35 insertions(+), 6 deletions(-)

-- 
2.52.0


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

end of thread, other threads:[~2026-01-24 16:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-24 10:36 [PATCH 0/1] io_uring: zcrx large buffers support Pavel Begunkov
2026-01-24 10:36 ` [PATCH 1/1] io_uring/zcrx: implement large rx buffer support Pavel Begunkov
2026-01-24 15:32   ` Jens Axboe
2026-01-24 16:31     ` Pavel Begunkov
2026-01-24 15:34   ` Jens Axboe

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