[PATCH 0/6] Drivers: hv: vmbus: Ringbuffer cleanup and optimizations

kys at exchange.microsoft.com kys at exchange.microsoft.com
Sun Jun 25 19:29:51 UTC 2017


From: K. Y. Srinivasan <kys at 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(-)



More information about the devel mailing list