Re: [Patch v2] net/netvsc: set the correct queue state

2023-10-16 Thread Ferruh Yigit
On 8/29/2023 7:29 PM, lon...@linuxonhyperv.com wrote: > From: Long Li > > Set the queue state when queue is started/stopped. > > Signed-off-by: Long Li > Acked-by: Stephen Hemminger > Applied to dpdk-next-net/main, thanks.

[Patch v2] net/netvsc: set the correct queue state

2023-08-29 Thread longli
From: Long Li Set the queue state when queue is started/stopped. Signed-off-by: Long Li Acked-by: Stephen Hemminger --- Change since v1: Fixed the following building error error: 'for' loop initial declarations are only allowed in C99 mode drivers/net/netvsc/hn_ethdev.c | 17 +++-