On Mon, 30 Jun 2025 08:50:52 +0000 Shivaji Kant <shivajik...@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 <shivajik...@google.com> > Reviewed-by: Joshua Washington <joshw...@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