[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

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

2024-07-18 Thread Tathagat Priyadarshi
Thanks Joshua, I will fix all the nits in my next email. On Fri, Jul 19, 2024 at 8:53 AM Joshua Washington wrote: > My ack might have been a bit premature. This patch seems to have a > number of style errors, and does not seem to apply to HEAD of > dpdk-next-net. See http://dpdk.org/patch/142498

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

2024-07-18 Thread Joshua Washington
My ack might have been a bit premature. This patch seems to have a number of style errors, and does not seem to apply to HEAD of dpdk-next-net. See http://dpdk.org/patch/142498 for more detail. The code supplied in the patch does not seem to have any indentation. Please note that DPDK uses tabs (a

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

2024-07-18 Thread Joshua Washington
Acked-by: Joshua Washington Thanks!

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

2024-07-17 Thread Tathagat Priyadarshi
>From 9fa6f7d425d66a00c3f63c7a3033eb06fd6b1852 Mon Sep 17 00:00:00 2001 From: priyadarshitathagat Date: Wed, 17 Jul 2024 18:53:47 + Subject: [PATCH] net/gve: Update Rx/Tx functions for RTE_PROC_SECONDARY The RSS support for GVE allows multiple CPU cores to handle the rx/tx queues as poll