Re: [PATCH net-next v6 2/7] net: bcmgenet: register xdp_rxq_info for each RX ring

From: Florian Fainelli

Date: Mon Apr 06 2026 - 13:22:27 EST


On 4/6/26 01:35, Nicolai Buchwitz wrote:
Register an xdp_rxq_info per RX ring and associate it with the ring's
page_pool via MEM_TYPE_PAGE_POOL. This is required infrastructure for
XDP program execution: the XDP framework needs to know the memory model
backing each RX queue for correct page lifecycle management.

No functional change - XDP programs are not yet attached or executed.

Signed-off-by: Nicolai Buchwitz <nb@xxxxxxxxxxx>

Reviewed-by: Florian Fainelli <florian.fainelli@xxxxxxxxxxxx>
--
Florian