Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1674279 > unrolled thread
| Started by | kys@exchange.microsoft.com |
|---|---|
| First post | 2017-06-25 20:30 +0200 |
| Last post | 2017-06-25 21:20 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH 0/6] Drivers: hv: vmbus: Ringbuffer cleanup and optimizations kys@exchange.microsoft.com - 2017-06-25 20:30 +0200
RE: [PATCH 0/6] Drivers: hv: vmbus: Ringbuffer cleanup and optimizations KY Srinivasan <kys@microsoft.com> - 2017-06-25 21:20 +0200
| From | kys@exchange.microsoft.com |
|---|---|
| Date | 2017-06-25 20:30 +0200 |
| Subject | [PATCH 0/6] Drivers: hv: vmbus: Ringbuffer cleanup and optimizations |
| Message-ID | <tWksi-8vA-17@gated-at.bofh.it> |
From: K. Y. Srinivasan <kys@microsoft.com> This removes unused bits from vmbus internals, and also does some optimization to the host signalling part of ring buffer logic. Stephen Hemminger (6): vmbus: simplify hv_ringbuffer_read vmbus: drop unused ring_buffer_info elements vmbus: refactor hv_signal_on_read vmbus: eliminate duplicate cached index vmbus: more host signalling avoidance vmbus: add prefetch to ring buffer iterator drivers/hv/ring_buffer.c | 169 ++++++++++++++++----------------------------- include/linux/hyperv.h | 65 ------------------ 2 files changed, 60 insertions(+), 174 deletions(-)
[toc] | [next] | [standalone]
| From | KY Srinivasan <kys@microsoft.com> |
|---|---|
| Date | 2017-06-25 21:20 +0200 |
| Subject | RE: [PATCH 0/6] Drivers: hv: vmbus: Ringbuffer cleanup and optimizations |
| Message-ID | <tWleG-AK-19@gated-at.bofh.it> |
| In reply to | #1674279 |
> -----Original Message----- > From: kys@exchange.microsoft.com [mailto:kys@exchange.microsoft.com] > Sent: Sunday, June 25, 2017 11:28 AM > To: gregkh@linuxfoundation.org; linux-kernel@vger.kernel.org; > devel@linuxdriverproject.org; olaf@aepfle.de; apw@canonical.com; > vkuznets@redhat.com; jasowang@redhat.com; > leann.ogasawara@canonical.com; marcelo.cerri@canonical.com; Stephen > Hemminger <sthemmin@microsoft.com> > Cc: KY Srinivasan <kys@microsoft.com> > Subject: [PATCH 0/6] Drivers: hv: vmbus: Ringbuffer cleanup and > optimizations > > [This sender failed our fraud detection checks and may not be who they > appear to be. Learn about spoofing at http://aka.ms/LearnAboutSpoofing] > > From: K. Y. Srinivasan <kys@microsoft.com> > > This removes unused bits from vmbus internals, and also does some > optimization to the host signalling part of ring buffer logic. > > Stephen Hemminger (6): > vmbus: simplify hv_ringbuffer_read > vmbus: drop unused ring_buffer_info elements > vmbus: refactor hv_signal_on_read > vmbus: eliminate duplicate cached index > vmbus: more host signalling avoidance > vmbus: add prefetch to ring buffer iterator > > drivers/hv/ring_buffer.c | 169 ++++++++++++++++----------------------------- > include/linux/hyperv.h | 65 ------------------ > 2 files changed, 60 insertions(+), 174 deletions(-) Greg, Please drop this; I am going to resend shortly. K. Y
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web