Re: [dpdk-dev] [PATCH 5/5] net/virtio: optimize xmit enqueue for packed ring

2019-02-21 Thread Maxime Coquelin
On 2/21/19 1:25 PM, Tiwei Bie wrote: On Thu, Feb 21, 2019 at 12:22:29PM +0100, Maxime Coquelin wrote: On 2/19/19 11:59 AM, Tiwei Bie wrote: This patch introduces an optimized enqueue function in packed ring for the case that virtio net header can be prepended to the unchained mbuf. Signed-o

Re: [dpdk-dev] [PATCH 5/5] net/virtio: optimize xmit enqueue for packed ring

2019-02-21 Thread Tiwei Bie
On Thu, Feb 21, 2019 at 12:22:29PM +0100, Maxime Coquelin wrote: > On 2/19/19 11:59 AM, Tiwei Bie wrote: > > This patch introduces an optimized enqueue function in packed > > ring for the case that virtio net header can be prepended to > > the unchained mbuf. > > > > Signed-off-by: Tiwei Bie > >

Re: [dpdk-dev] [PATCH 5/5] net/virtio: optimize xmit enqueue for packed ring

2019-02-21 Thread Maxime Coquelin
On 2/19/19 11:59 AM, Tiwei Bie wrote: This patch introduces an optimized enqueue function in packed ring for the case that virtio net header can be prepended to the unchained mbuf. Signed-off-by: Tiwei Bie --- drivers/net/virtio/virtio_rxtx.c | 63 +++- 1 file

[dpdk-dev] [PATCH 5/5] net/virtio: optimize xmit enqueue for packed ring

2019-02-19 Thread Tiwei Bie
This patch introduces an optimized enqueue function in packed ring for the case that virtio net header can be prepended to the unchained mbuf. Signed-off-by: Tiwei Bie --- drivers/net/virtio/virtio_rxtx.c | 63 +++- 1 file changed, 61 insertions(+), 2 deletions(-) di