Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1674290
| From | kys@exchange.microsoft.com |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/6] Drivers: hv: vmbus: Ringbuffer cleanup and optimizations |
| Date | 2017-06-25 21:40 +0200 |
| Message-ID | <tWly2-He-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
From: K. Y. Srinivasan <kys@microsoft.com> This patch set 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(-)
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/6] Drivers: hv: vmbus: Ringbuffer cleanup and optimizations kys@exchange.microsoft.com - 2017-06-25 21:40 +0200 [PATCH 6/6] vmbus: add prefetch to ring buffer iterator kys@exchange.microsoft.com - 2017-06-25 21:40 +0200 [PATCH 1/6] vmbus: simplify hv_ringbuffer_read kys@exchange.microsoft.com - 2017-06-25 21:40 +0200 [PATCH 5/6] vmbus: more host signalling avoidance kys@exchange.microsoft.com - 2017-06-25 21:40 +0200 [PATCH 4/6] vmbus: eliminate duplicate cached index kys@exchange.microsoft.com - 2017-06-25 21:40 +0200 [PATCH 3/6] vmbus: refactor hv_signal_on_read kys@exchange.microsoft.com - 2017-06-25 21:40 +0200
csiph-web