[PATCH V5 4/9] Drivers: hv: ring_buffer: enhance hv_ringbuffer_read() to support hvsock

Dexuan Cui decui at microsoft.com
Sun Jan 3 11:55:35 UTC 2016


> -----Original Message-----
> From: David Miller [mailto:davem at davemloft.net]
> Sent: Saturday, January 2, 2016 12:30
> To: Dexuan Cui <decui at microsoft.com>
> Cc: gregkh at linuxfoundation.org; stephen at networkplumber.org;
> netdev at vger.kernel.org; linux-kernel at vger.kernel.org; driverdev-
> devel at linuxdriverproject.org; olaf at aepfle.de; apw at canonical.com;
> jasowang at redhat.com; KY Srinivasan <kys at microsoft.com>; pebolle at tiscali.nl;
> stefanha at redhat.com; vkuznets at redhat.com; dan.carpenter at oracle.com
> Subject: Re: [PATCH V5 4/9] Drivers: hv: ring_buffer: enhance
> hv_ringbuffer_read() to support hvsock
> 
> From: Dexuan Cui <decui at microsoft.com>
> Date: Thu, 24 Dec 2015 06:14:36 -0800
> 
> > +#define HV_RINGBUFFER_READ_FLAG_RAW		(1 << 0)
> > +#define HV_RINGBUFFER_READ_FLAG_HVSOCK		(1 << 1)
> 
> Please use BIT().

Hi David, 
Thanks for the suggestion!  I'll fix it.

-- Dexuan


More information about the devel mailing list