Re: [PATCH] net/gve: Fix TX/RX queue setup and stop

2024-07-25 Thread Ferruh Yigit
On 7/25/2024 1:51 PM, Tathagat Priyadarshi wrote: > Hi Ferruh, > > It’s my mistake, there was a coding error in the first email and i did > send out v2, but it somehow didn't go through and i kept getting failure > emails, So i fixed and repushed it only to find out later that v2 was > also update

Re: [PATCH] net/gve: Fix TX/RX queue setup and stop

2024-07-25 Thread Tathagat Priyadarshi
Hi Ferruh, It’s my mistake, there was a coding error in the first email and i did send out v2, but it somehow didn't go through and i kept getting failure emails, So i fixed and repushed it only to find out later that v2 was also updated. So i had to defer the previous PR. I have added Acked by J

Re: [PATCH] net/gve: Fix TX/RX queue setup and stop

2024-07-25 Thread Ferruh Yigit
On 7/24/2024 2:35 PM, Tathagat Priyadarshi wrote: > The PR aims to update the TX/RQ queue setup/stop routines that are > unique to DQO, so that they may be called for instances that use the > DQO RDA format during dev start/stop. > > Signed-off-by: Tathagat Priyadarshi > Acked-by: Joshua Washingt

[PATCH] net/gve: Fix TX/RX queue setup and stop

2024-07-24 Thread Tathagat Priyadarshi
The PR aims to update the TX/RQ queue setup/stop routines that are unique to DQO, so that they may be called for instances that use the DQO RDA format during dev start/stop. Signed-off-by: Tathagat Priyadarshi Acked-by: Joshua Washington --- drivers/net/gve/gve_ethdev.c | 29 +++

[PATCH] net/gve: Fix TX/RX queue setup and stop for DQO

2024-07-23 Thread Tathagat Priyadarshi
The PR aims to update the TX/RQ queue setup/stop routines that are unique to DQO, so that they may be called for instances that use the DQO RDA format during dev start/stop. Signed-off-by: Tathagat Priyadarshi Acked-by: Joshua Washington --- drivers/net/gve/gve_ethdev.c | 26 +++