[dpdk-dev] [PATCH v3 03/10] net/virtio: add Rx descriptor check

Yuanhan Liu yuanhan.liu at linux.intel.com
Tue Jan 17 05:09:49 CET 2017


On Mon, Jan 16, 2017 at 11:16:03AM -0800, Stephen Hemminger wrote:
> On Mon, 16 Jan 2017 14:46:55 +0000
> Jianfeng Tan <jianfeng.tan at intel.com> wrote:
> 
> > +	return (VIRTQUEUE_NUSED(vq) >= offset);
> 
> Unneeded parenthesis in return statement.
> This is a style thing, Linux folks see it as unnecessary. BSD folks like it

I will remove them while apply. Thanks.

	--yliu


More information about the dev mailing list