From: Jens Axboe <axboe@kernel.dk>
To: Pavel Begunkov <asml.silence@gmail.com>, io-uring@vger.kernel.org
Cc: netdev@vger.kernel.org
Subject: Re: [PATCH io_uring-7.0] io_uring/query: return support for custom rx page size
Date: Sun, 15 Feb 2026 15:12:21 -0700 [thread overview]
Message-ID: <13b4de9a-cb8b-40a8-9e56-6996adf96f9a@kernel.dk> (raw)
In-Reply-To: <611435d8-0f3e-4c43-bd37-9e74d8512de3@gmail.com>
On 2/15/26 3:11 PM, Pavel Begunkov wrote:
> On 2/15/26 22:06, Jens Axboe wrote:
>> On 2/15/26 2:34 PM, Pavel Begunkov wrote:
>>> diff --git a/include/uapi/linux/io_uring.h b/include/uapi/linux/io_uring.h
>>> index fc473af6feb4..6750c383a2ab 100644
>>> --- a/include/uapi/linux/io_uring.h
>>> +++ b/include/uapi/linux/io_uring.h
>>> @@ -1090,6 +1090,14 @@ enum zcrx_reg_flags {
>>> ZCRX_REG_IMPORT = 1,
>>> };
>>> +enum zcrx_features {
>>> + /*
>>> + * The user can ask for the desired rx page size by passing the
>>> + * value in struct io_uring_zcrx_ifq_reg::rx_buf_len.
>>> + */
>>> + ZCRX_FEATURE_RX_PAGE_SIZE = 1 << 0,
>>> +};
>>
>> Well I guess one comment - supposedly ->rx_buf_len is going to be added
>> in the future? Because right now it's not there.
>
> # git blame include/uapi/linux/io_uring.h | grep rx_buf_len
> 795663b4d160b (Pavel Begunkov 2026-01-24 10:36:17 +0000 1115) __u32 rx_buf_len;
>
> commit 795663b4d160ba652959f1a46381c5e8b1342a53 (tag: for-7.0/io_uring-zcrx-large-buffers-20260206, axboe2/for-7.0/io_uring-zcrx-large-buffers)
> Author: Pavel Begunkov <asml.silence@gmail.com>
> Date: Sat Jan 24 10:36:17 2026 +0000
>
> io_uring/zcrx: implement large rx buffer support
>
>
> You should've already forwarded it to Linus with
> "[GIT PULL] Large buffer support for zcrx".
Ah this is why, io_uring-7.0 is behind master as the large buffer
support got merged post the netdev PR. OK all good then, it'll be fine
once merged!
--
Jens Axboe
next prev parent reply other threads:[~2026-02-15 22:12 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-15 21:34 [PATCH io_uring-7.0] io_uring/query: return support for custom rx page size Pavel Begunkov
2026-02-15 21:49 ` Jens Axboe
2026-02-15 22:06 ` Jens Axboe
2026-02-15 22:11 ` Pavel Begunkov
2026-02-15 22:12 ` Jens Axboe [this message]
2026-02-15 22:13 ` Jens Axboe
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=13b4de9a-cb8b-40a8-9e56-6996adf96f9a@kernel.dk \
--to=axboe@kernel.dk \
--cc=asml.silence@gmail.com \
--cc=io-uring@vger.kernel.org \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox