Re: [PATCH net-next v7 4/9] net: let pp memory provider to specify rx buf len

From: Jakub Kicinski

Date: Tue Dec 02 2025 - 14:04:46 EST


On Sun, 30 Nov 2025 23:35:19 +0000 Pavel Begunkov wrote:
> +enum {
> + /* queue restart support custom rx buffer sizes */
> + NDO_QUEUE_RX_BUF_SIZE = 0x1,

If you have to respin -- let's drop the NDO from this define.
To suggest something specific - QCFG_ is a better prefix?
IDK why we ended up with ndo_ prefix on the queue ops..

Also RX_PAGE_SIZE is a better name for the fields? RX_BUF_SIZE
is easy to confuse with RX_BUF_LEN which we are no longer trying
to modify.