Re: [dpdk-dev] [PATCH] net/virtio: move bytes accounting to common function

2018-12-11 Thread Maxime Coquelin
On 12/3/18 5:20 PM, Ilya Maximets wrote: There is no need to count 'bytes' separately. Signed-off-by: Ilya Maximets --- drivers/net/virtio/virtio_rxtx.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) Applied to dpdk-next-virtio. Thanks, Maxime

Re: [dpdk-dev] [PATCH] net/virtio: move bytes accounting to common function

2018-12-09 Thread Tiwei Bie
On Mon, Dec 03, 2018 at 07:20:13PM +0300, Ilya Maximets wrote: > There is no need to count 'bytes' separately. > > Signed-off-by: Ilya Maximets > --- > drivers/net/virtio/virtio_rxtx.c | 7 ++- > 1 file changed, 2 insertions(+), 5 deletions(-) Reviewed-by: Tiwei Bie

[dpdk-dev] [PATCH] net/virtio: move bytes accounting to common function

2018-12-03 Thread Ilya Maximets
There is no need to count 'bytes' separately. Signed-off-by: Ilya Maximets --- drivers/net/virtio/virtio_rxtx.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/drivers/net/virtio/virtio_rxtx.c b/drivers/net/virtio/virtio_rxtx.c index eb891433e..cb8f89f18 100644 --- a/d