2017-06-25 18:29:10

by kys

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

From: K. Y. Srinivasan <[email protected]>

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(-)


2017-06-25 19:14:42

by KY Srinivasan

[permalink] [raw]
Subject: RE: [PATCH 0/6] Drivers: hv: vmbus: Ringbuffer cleanup and optimizations



> -----Original Message-----
> From: [email protected] [mailto:[email protected]]
> Sent: Sunday, June 25, 2017 11:28 AM
> To: [email protected]; [email protected];
> [email protected]; [email protected]; [email protected];
> [email protected]; [email protected];
> [email protected]; [email protected]; Stephen
> Hemminger <[email protected]>
> Cc: KY Srinivasan <[email protected]>
> 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 <[email protected]>
>
> 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