Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1473296 > unrolled thread
| Started by | Greg KH <gregkh@linuxfoundation.org> |
|---|---|
| First post | 2016-08-31 12:50 +0200 |
| Last post | 2016-08-31 20:20 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH 1/2] Drivers: hv: utils: Continue to poll VSS channel after handling requests. Greg KH <gregkh@linuxfoundation.org> - 2016-08-31 12:50 +0200
RE: [PATCH 1/2] Drivers: hv: utils: Continue to poll VSS channel after handling requests. KY Srinivasan <kys@microsoft.com> - 2016-08-31 20:20 +0200
| From | Greg KH <gregkh@linuxfoundation.org> |
|---|---|
| Date | 2016-08-31 12:50 +0200 |
| Subject | Re: [PATCH 1/2] Drivers: hv: utils: Continue to poll VSS channel after handling requests. |
| Message-ID | <scbfI-1kx-25@gated-at.bofh.it> |
On Thu, Aug 18, 2016 at 11:16:54AM -0700, kys@exchange.microsoft.com wrote: > From: Alex Ng <alexng@microsoft.com> > > 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 requests. > > Signed-off-by: Alex Ng <alexng@microsoft.com> > Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> > --- > drivers/hv/hv_snapshot.c | 89 +++++++++++++++++++++------------------------ > 1 files changed, 42 insertions(+), 47 deletions(-) Also doesn't apply, please fix up and resend this series. thanks, greg k-h
[toc] | [next] | [standalone]
| From | KY Srinivasan <kys@microsoft.com> |
|---|---|
| Date | 2016-08-31 20:20 +0200 |
| Message-ID | <scihb-5N2-9@gated-at.bofh.it> |
| In reply to | #1473296 |
> -----Original Message----- > From: Greg KH [mailto:gregkh@linuxfoundation.org] > Sent: Wednesday, August 31, 2016 4:16 PM > To: KY Srinivasan <kys@microsoft.com> > Cc: linux-kernel@vger.kernel.org; devel@linuxdriverproject.org; > olaf@aepfle.de; apw@canonical.com; vkuznets@redhat.com; > jasowang@redhat.com; leann.ogasawara@canonical.com; Alex Ng (LIS) > <alexng@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, kys@exchange.microsoft.com > wrote: > > From: Alex Ng <alexng@microsoft.com> > > > > 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 requests. > > > > Signed-off-by: Alex Ng <alexng@microsoft.com> > > Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> > > --- > > drivers/hv/hv_snapshot.c | 89 +++++++++++++++++++++------------------------ > > 1 files changed, 42 insertions(+), 47 deletions(-) > > Also doesn't apply, please fix up and resend this series. Will do. K. Y > > thanks, > > greg k-h
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web