Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1674279
| From | kys@exchange.microsoft.com |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/6] Drivers: hv: vmbus: Ringbuffer cleanup and optimizations |
| Date | 2017-06-25 20:30 +0200 |
| Message-ID | <tWksi-8vA-17@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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(-)
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 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
csiph-web