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

2024-07-31 Thread Ferruh Yigit
On 7/31/2024 6:26 AM, 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 > > Fixes: b044845 ("net/gve: support queue start/stop") > Cc: sta...

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

2024-07-30 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 Fixes: b044845 ("net/gve: support queue start/stop") Cc: sta...@dpdk.org Signed-off-by: Tathagat Priyadarshi --- drivers/n

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

2024-07-30 Thread Ferruh Yigit
On 7/26/2024 12:33 PM, Ferruh Yigit wrote: > On 7/26/2024 11:37 AM, Tathagat Priyadarshi wrote: >> Hi @Ferruh Yigit   >> >> I have updated v2 https://patches.dpdk.org/project/dpdk/ >> patch/1721914264-2394611-1-git-send-email-tathagat.d...@gmail.com/ >>

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

2024-07-29 Thread Joshua Washington
Acked-by: Joshua Washington

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

2024-07-26 Thread Ferruh Yigit
On 7/26/2024 11:37 AM, Tathagat Priyadarshi wrote: > Hi @Ferruh Yigit   > > I have updated v2 https://patches.dpdk.org/project/dpdk/ > patch/1721914264-2394611-1-git-send-email-tathagat.d...@gmail.com/ >

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

2024-07-26 Thread Tathagat Priyadarshi
Hi @Ferruh Yigit I have updated v2 https://patches.dpdk.org/project/dpdk/patch/1721914264-2394611-1-git-send-email-tathagat.d...@gmail.com/ and sent it in reply to the previous message id ( https://patches.dpdk.org/project/dpdk/patch/1721828129-2393364-1-git-send-email-tathagat.d...@gmail.com/) ,

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

2024-07-25 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 --- drivers/net/gve/gve_ethdev.c | 29 +++-- 1 file changed, 23

[PATCH v2] 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 +++