RE: [PATCH 0/4] Drivers: hv: ring_buffer: make in-place consumption always possible

2016-06-10 Thread KY Srinivasan
> -Original Message- > From: Vitaly Kuznetsov [mailto:vkuzn...@redhat.com] > Sent: Friday, June 10, 2016 2:47 AM > To: de...@linuxdriverproject.org > Cc: linux-ker...@vger.kernel.org; KY Srinivasan ; Haiyang > Zhang > Subject: [PATCH 0/4] Drivers: hv: ring_

[PATCH 0/4] Drivers: hv: ring_buffer: make in-place consumption always possible

2016-06-10 Thread Vitaly Kuznetsov
K. Y., I'd like to accompany your netvsc performance improvement work by making in-place consumption of VMBus packets always possible. Currently we forbid it when a packet 'wraps around' the ring so we can't provide a single pointer to it. The idea if this series is dead simple: let's make a sing