Re: [dpdk-dev] [PATCH v6 13/15] vhost: add Tx support for packed ring

2018-07-04 Thread Maxime Coquelin
On 07/04/2018 07:45 AM, Tiwei Bie wrote: On Mon, Jul 02, 2018 at 10:16:27AM +0200, Maxime Coquelin wrote: Signed-off-by: Maxime Coquelin --- lib/librte_vhost/vhost.h | 1 + lib/librte_vhost/virtio_net.c | 121 +- 2 files changed, 121 inserti

Re: [dpdk-dev] [PATCH v6 13/15] vhost: add Tx support for packed ring

2018-07-03 Thread Tiwei Bie
On Mon, Jul 02, 2018 at 10:16:27AM +0200, Maxime Coquelin wrote: > Signed-off-by: Maxime Coquelin > --- > lib/librte_vhost/vhost.h | 1 + > lib/librte_vhost/virtio_net.c | 121 > +- > 2 files changed, 121 insertions(+), 1 deletion(-) > > diff --git

[dpdk-dev] [PATCH v6 13/15] vhost: add Tx support for packed ring

2018-07-02 Thread Maxime Coquelin
Signed-off-by: Maxime Coquelin --- lib/librte_vhost/vhost.h | 1 + lib/librte_vhost/virtio_net.c | 121 +- 2 files changed, 121 insertions(+), 1 deletion(-) diff --git a/lib/librte_vhost/vhost.h b/lib/librte_vhost/vhost.h index a7320469a..6ea8fb896