RE: [PATCH 1/2] Drivers: hv: utils: Continue to poll VSS channel after handling requests.

2016-08-31 Thread KY Srinivasan
com; vkuzn...@redhat.com; > jasow...@redhat.com; leann.ogasaw...@canonical.com; Alex Ng (LIS) > <ale...@microsoft.com> > Subject: Re: [PATCH 1/2] Drivers: hv: utils: Continue to poll VSS channel > after > handling requests. > > On Thu, Aug 18, 2016 at 11:16:54AM -0700, k...@exc

RE: [PATCH 1/2] Drivers: hv: utils: Continue to poll VSS channel after handling requests.

2016-08-31 Thread KY Srinivasan
; jasow...@redhat.com; leann.ogasaw...@canonical.com; Alex Ng (LIS) > > Subject: Re: [PATCH 1/2] Drivers: hv: utils: Continue to poll VSS channel > after > handling requests. > > On Thu, Aug 18, 2016 at 11:16:54AM -0700, k...@exchange.microsoft.com > wrote: > > From: Alex

Re: [PATCH 1/2] Drivers: hv: utils: Continue to poll VSS channel after handling requests.

2016-08-31 Thread Greg KH
On Thu, Aug 18, 2016 at 11:16:54AM -0700, k...@exchange.microsoft.com wrote: > From: Alex Ng > > Multiple VSS_OP_HOT_BACKUP requests may arrive in quick succession, even > though the host only signals once. The driver wass handling the first > request while ignoring the

Re: [PATCH 1/2] Drivers: hv: utils: Continue to poll VSS channel after handling requests.

2016-08-31 Thread Greg KH
On Thu, Aug 18, 2016 at 11:16:54AM -0700, k...@exchange.microsoft.com wrote: > From: Alex Ng > > Multiple VSS_OP_HOT_BACKUP requests may arrive in quick succession, even > though the host only signals once. The driver wass handling the first > request while ignoring the others in the ring

[PATCH 1/2] Drivers: hv: utils: Continue to poll VSS channel after handling requests.

2016-08-18 Thread kys
From: Alex Ng Multiple VSS_OP_HOT_BACKUP requests may arrive in quick succession, even though the host only signals once. The driver wass handling the first request while ignoring the others in the ring buffer. We should poll the VSS channel after handling a request to

[PATCH 1/2] Drivers: hv: utils: Continue to poll VSS channel after handling requests.

2016-08-18 Thread kys
From: Alex Ng Multiple VSS_OP_HOT_BACKUP requests may arrive in quick succession, even though the host only signals once. The driver wass handling the first request while ignoring the others in the ring buffer. We should poll the VSS channel after handling a request to continue processing other