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

2023-07-10 Thread Ferruh Yigit
On 7/8/2023 2:52 AM, Stephen Hemminger wrote: > On Fri, 7 Jul 2023 20:43:51 + > Long Li wrote: > >>> Subject: Re: [PATCH] net/netvsc: set the correct queue state >>> >>> On Fri, 7 Jul 2023 11:53:16 -0700 >>> lon...@linuxonhyperv.com wrote: >&

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

2023-07-07 Thread Stephen Hemminger
On Fri, 7 Jul 2023 20:43:51 + Long Li wrote: > > Subject: Re: [PATCH] net/netvsc: set the correct queue state > > > > On Fri, 7 Jul 2023 11:53:16 -0700 > > lon...@linuxonhyperv.com wrote: > > > > > From: Long Li > > > > &g

RE: [PATCH] net/netvsc: set the correct queue state

2023-07-07 Thread Long Li
> Subject: Re: [PATCH] net/netvsc: set the correct queue state > > On Fri, 7 Jul 2023 11:53:16 -0700 > lon...@linuxonhyperv.com wrote: > > > From: Long Li > > > > Set the queue state when queue is started/stopped. > > > > Signed-off-by: Long Li >

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

2023-07-07 Thread Stephen Hemminger
On Fri, 7 Jul 2023 11:53:16 -0700 lon...@linuxonhyperv.com wrote: > From: Long Li > > Set the queue state when queue is started/stopped. > > Signed-off-by: Long Li > --- > drivers/net/netvsc/hn_ethdev.c | 15 ++- > 1 file changed, 14 insertions(+), 1 deletion(-) Interesting that

[PATCH] net/netvsc: set the correct queue state

2023-07-07 Thread longli
From: Long Li Set the queue state when queue is started/stopped. Signed-off-by: Long Li --- drivers/net/netvsc/hn_ethdev.c | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/drivers/net/netvsc/hn_ethdev.c b/drivers/net/netvsc/hn_ethdev.c index d0bbc0a4c0..0c15f