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

2024-07-19 Thread Ferruh Yigit
On 7/19/2024 5:52 AM, priyadarshitathagat wrote: > 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

[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