[PATCH v2] net/gve: Update Rx/Tx functions for RTE_PROC_SECONDARY

2024-07-18 Thread priyadarshitathagat
The RSS support for GVE allows multiple CPU cores to handle the rx/tx queues as pollers. This requires initializing the eth_dev_ops and updating the RX/TX functions for these pollers. Signed-off-by: Tathagat Priyadarshi Acked-by: Rushil Gupta Acked-by: Joshua Washington --- drivers/net/gve/gve

[PATCH] net/gve: Update Rx/Tx functions for RTE_PROC_SECONDARY

2024-07-18 Thread priyadarshitathagat
The RSS support for GVE allows multiple CPU cores to handle the rx/tx queues as pollers. This requires initializing the eth_dev_ops and updating the RX/TX functions for these pollers. Signed-off-by: Tathagat Priyadarshi Acked-by: Rushil Gupta Acked-by: Joshua Washington --- drivers/net/gve/gve