RE: [PATCH] vmbus: re-enable tasklet

2017-06-29 Thread KY Srinivasan
iverproject.org; sta...@vger.kernel.org; Greg KH > > > > Subject: Re: [PATCH] vmbus: re-enable tasklet > > > > On Thu, 22 Jun 2017 16:16:54 -0700 > > Stephen Hemminger wrote: > > > > > This problem shows up in 4.11 when netvsc driver is removed and > &

RE: [PATCH] vmbus: re-enable tasklet

2017-06-29 Thread KY Srinivasan
> -Original Message- > From: Stephen Hemminger [mailto:step...@networkplumber.org] > Sent: Thursday, June 29, 2017 4:31 PM > To: KY Srinivasan ; Haiyan Yang > > Cc: de...@linuxdriverproject.org; sta...@vger.kernel.org; Greg KH > > Subject: Re: [PATCH] vmbus: r

Re: [PATCH] vmbus: re-enable tasklet

2017-06-29 Thread Stephen Hemminger
On Thu, 22 Jun 2017 16:16:54 -0700 Stephen Hemminger wrote: > This problem shows up in 4.11 when netvsc driver is removed and reloaded. > The problem is that the channel is closed during module removal and the > tasklet for processing responses is disabled. When module is reloaded > the channel i

[PATCH] vmbus: re-enable tasklet

2017-06-22 Thread Stephen Hemminger
This problem shows up in 4.11 when netvsc driver is removed and reloaded. The problem is that the channel is closed during module removal and the tasklet for processing responses is disabled. When module is reloaded the channel is reopened but the tasklet is marked as disabled. Patch for upstream