Re: [dpdk-dev] [PATCH v9 6/9] net/virtio: reuse packed ring xmit functions

2020-04-24 Thread Maxime Coquelin
On 4/24/20 11:24 AM, Marvin Liu wrote: > Move xmit offload and packed ring xmit enqueue function to header file. > These functions will be reused by packed ring vectorized Tx function. > > Signed-off-by: Marvin Liu > Reviewed-by: Maxime Coquelin Thanks, Maxime

[dpdk-dev] [PATCH v9 6/9] net/virtio: reuse packed ring xmit functions

2020-04-23 Thread Marvin Liu
Move xmit offload and packed ring xmit enqueue function to header file. These functions will be reused by packed ring vectorized Tx function. Signed-off-by: Marvin Liu diff --git a/drivers/net/virtio/virtio_rxtx.c b/drivers/net/virtio/virtio_rxtx.c index c9b6e7844..cf18fe564 100644 --- a/drivers