Re: [PATCH net-next v2 1/2] netdev: expose io_uring rx_page_order order via netlink
Pavel Begunkov <[email protected]>
| Newsgroups | org.kernel.vger.io-uring,org.kernel.vger.linux-kernel,org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
On 6/13/26 15:09, Dragos Tatulea wrote: > On 13.06.26 11:53, Pavel Begunkov wrote: >> On 6/12/26 22:17, Dragos Tatulea wrote: >>> This adds observability for the io_uring zcrx rx-buf-len configuration. >> >> It might be nicer to look it up in the queue, e.g. rxq->mp_params, >> and make it a queue attribute instead of zcrx specific one. In either >> case, no objections. >> > In io_pp_nl_fill() or in page_pool_nl_fill() as it was done in v1 for order? I didn't see v1, so yeah, I was thinking along the same lines as your previous version. Oh, well -- Pavel Begunkov