Re: [PATCH v2] net/af_xdp: add rx/tx queue support for af_xdp

2025-06-30 Thread Shivaji Kant
now if there are any further issues. Thanks, Shivaji On Mon, Jun 30, 2025 at 2:20 PM Shivaji Kant 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 > configura

[PATCH v2] net/af_xdp: add rx/tx queue support for af_xdp

2025-06-30 Thread Shivaji Kant
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 Reviewed-by: Joshua Washington --- Changes in v2: - Rephrased the first

[PATCH] net/af_xdp: add rx/tx queue support for af_xdp

2025-06-18 Thread Shivaji Kant
Driver like GVE do support 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 Reviewed-by: Joshua Washington --- .mailmap| 1