Re: [dpdk-dev] [PATCH 10/10] net/virtio: improve batching in standard Rx path

2019-03-19 Thread Maxime Coquelin
On 3/19/19 7:43 AM, Tiwei Bie wrote: This patch improves descriptors refill by using the same batching strategy as done in in-order and mergeable path. Signed-off-by: Tiwei Bie --- drivers/net/virtio/virtio_rxtx.c | 60 ++-- 1 file changed, 34 insertions(+), 26

Re: [dpdk-dev] [PATCH 10/10] net/virtio: improve batching in standard Rx path

2019-03-19 Thread Maxime Coquelin
On 3/19/19 11:28 AM, Tiwei Bie wrote: On Tue, Mar 19, 2019 at 11:04:24AM +0100, Jens Freimann wrote: On Tue, Mar 19, 2019 at 02:43:12PM +0800, Tiwei Bie wrote: This patch improves descriptors refill by using the same batching strategy as done in in-order and mergeable path. Signed-off-by: T

Re: [dpdk-dev] [PATCH 10/10] net/virtio: improve batching in standard Rx path

2019-03-19 Thread Tiwei Bie
On Tue, Mar 19, 2019 at 11:04:24AM +0100, Jens Freimann wrote: > On Tue, Mar 19, 2019 at 02:43:12PM +0800, Tiwei Bie wrote: > > This patch improves descriptors refill by using the same > > batching strategy as done in in-order and mergeable path. > > > > Signed-off-by: Tiwei Bie > > --- > > drive

Re: [dpdk-dev] [PATCH 10/10] net/virtio: improve batching in standard Rx path

2019-03-19 Thread Jens Freimann
On Tue, Mar 19, 2019 at 02:43:12PM +0800, Tiwei Bie wrote: This patch improves descriptors refill by using the same batching strategy as done in in-order and mergeable path. Signed-off-by: Tiwei Bie --- drivers/net/virtio/virtio_rxtx.c | 60 ++-- 1 file changed, 34 in

[dpdk-dev] [PATCH 10/10] net/virtio: improve batching in standard Rx path

2019-03-18 Thread Tiwei Bie
This patch improves descriptors refill by using the same batching strategy as done in in-order and mergeable path. Signed-off-by: Tiwei Bie --- drivers/net/virtio/virtio_rxtx.c | 60 ++-- 1 file changed, 34 insertions(+), 26 deletions(-) diff --git a/drivers/net/virt