[PATCH v2] net/af_xdp: add rx/tx queue support for af_xdp
Stephen Hemminger
stephen at networkplumber.org
Mon Jun 30 20:44:44 CEST 2025
On Mon, 30 Jun 2025 08:50:52 +0000
Shivaji Kant <shivajikant at google.com> wrote:
> Drivers like GVE work with rx/tx queue configuration
> rather than combined queue. Enable AF_XDP vdev to use
> rx/tx queue configuration instead of combined queue
> configuration if available.
>
> Signed-off-by: Shivaji Kant <shivajikant at google.com>
> Reviewed-by: Joshua Washington <joshwash at google.com>
>
> ---
> Changes in v2:
> - Rephrased the first sentence of the commit message for clarity.
> - Corrected spelling error "dirvers" to "drivers" in code comment.
> ---
> .mailmap | 1 +
> drivers/net/af_xdp/rte_eth_af_xdp.c | 30 ++++++++++++++++++-----------
> 2 files changed, 20 insertions(+), 11 deletions(-)
Applied to next-net
More information about the dev
mailing list