Re: [dpdk-dev] [PATCH 1/3] net/virtio: remove unnecessary assignments

2018-07-29 Thread Tiwei Bie
On Wed, Jul 25, 2018 at 03:42:06PM +0800, Tiwei Bie wrote: > Remove the unnecessary assignments in Rx functions > as they are useless and misleading. > > Signed-off-by: Tiwei Bie > --- > drivers/net/virtio/virtio_rxtx.c | 2 -- > 1 file changed, 2 deletions(-) Series applied to dpdk-next-virtio

[dpdk-dev] [PATCH 1/3] net/virtio: remove unnecessary assignments

2018-07-25 Thread Tiwei Bie
Remove the unnecessary assignments in Rx functions as they are useless and misleading. Signed-off-by: Tiwei Bie --- drivers/net/virtio/virtio_rxtx.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/net/virtio/virtio_rxtx.c b/drivers/net/virtio/virtio_rxtx.c index 7c105229e..eb891433e