Re: [PATCH net v4] dpaa_eth: fix XDP queue index

From: Jakub Kicinski
Date: Wed Apr 10 2024 - 22:41:08 EST


On Tue, 9 Apr 2024 11:30:46 +0200 David Gouarin wrote:
> Make it possible to bind a XDP socket to a queue id.
> The DPAA FQ Id was passed to the XDP program in the
> xdp_rxq_info->queue_index instead of the Ethernet device queue number,
> which made it unusable with bpf_map_redirect.
> Instead of the DPAA FQ Id, initialise the XDP rx queue with the queue number.

Camelia, looks good?