Re: [dpdk-dev] [PATCH] net/virtio: avoid double accounting of bytes

2018-12-20 Thread Maxime Coquelin
On 12/20/18 11:56 AM, Jens Freimann wrote: Accounting of bytes was moved to a common function, so at the moment we do it twice. This patches fixes it for sending packets with packed virtqueues. Signed-off-by: Jens Freimann --- drivers/net/virtio/virtio_rxtx.c | 1 - 1 file changed, 1 dele

Re: [dpdk-dev] [PATCH] net/virtio: avoid double accounting of bytes

2018-12-20 Thread Maxime Coquelin
On 12/20/18 11:56 AM, Jens Freimann wrote: Accounting of bytes was moved to a common function, so at the moment we do it twice. This patches fixes it for sending packets with packed virtqueues. Signed-off-by: Jens Freimann --- drivers/net/virtio/virtio_rxtx.c | 1 - 1 file changed, 1 dele

[dpdk-dev] [PATCH] net/virtio: avoid double accounting of bytes

2018-12-20 Thread Jens Freimann
Accounting of bytes was moved to a common function, so at the moment we do it twice. This patches fixes it for sending packets with packed virtqueues. Signed-off-by: Jens Freimann --- drivers/net/virtio/virtio_rxtx.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/net/virtio/virtio_rx