Re: [dpdk-dev] [PATCH v5 02/15] vhost: add helpers for packed virtqueues

2018-06-29 Thread Maxime Coquelin
On 06/29/2018 05:51 PM, Tiwei Bie wrote: On Fri, Jun 22, 2018 at 03:43:14PM +0200, Maxime Coquelin wrote: From: Jens Freimann Add some helper functions to check descriptor flags and check if a vring is of type packed. Signed-off-by: Jens Freimann Signed-off-by: Maxime Coquelin --- lib/

Re: [dpdk-dev] [PATCH v5 02/15] vhost: add helpers for packed virtqueues

2018-06-29 Thread Tiwei Bie
On Fri, Jun 22, 2018 at 03:43:14PM +0200, Maxime Coquelin wrote: > From: Jens Freimann > > Add some helper functions to check descriptor flags > and check if a vring is of type packed. > > Signed-off-by: Jens Freimann > Signed-off-by: Maxime Coquelin > --- > lib/librte_vhost/vhost.h |

[dpdk-dev] [PATCH v5 02/15] vhost: add helpers for packed virtqueues

2018-06-22 Thread Maxime Coquelin
From: Jens Freimann Add some helper functions to check descriptor flags and check if a vring is of type packed. Signed-off-by: Jens Freimann Signed-off-by: Maxime Coquelin --- lib/librte_vhost/vhost.h | 6 ++ lib/librte_vhost/virtio-packed.h | 16 2 files changed