Re: [dpdk-dev] [PATCH 09/10] net/virtio: add ctrl vq helper for split ring

2019-03-19 Thread Maxime Coquelin
On 3/19/19 7:43 AM, Tiwei Bie wrote: Add a helper for sending commands in split ring to make the code consistent with the corresponding code in packed ring. Signed-off-by: Tiwei Bie --- drivers/net/virtio/virtio_ethdev.c | 76 +- 1 file changed, 43 insertions(+

Re: [dpdk-dev] [PATCH 09/10] net/virtio: add ctrl vq helper for split ring

2019-03-19 Thread Jens Freimann
On Tue, Mar 19, 2019 at 02:43:11PM +0800, Tiwei Bie wrote: Add a helper for sending commands in split ring to make the code consistent with the corresponding code in packed ring. Signed-off-by: Tiwei Bie --- drivers/net/virtio/virtio_ethdev.c | 76 +- 1 file changed,

[dpdk-dev] [PATCH 09/10] net/virtio: add ctrl vq helper for split ring

2019-03-18 Thread Tiwei Bie
Add a helper for sending commands in split ring to make the code consistent with the corresponding code in packed ring. Signed-off-by: Tiwei Bie --- drivers/net/virtio/virtio_ethdev.c | 76 +- 1 file changed, 43 insertions(+), 33 deletions(-) diff --git a/drivers/net