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

2018-07-04 Thread Maxime Coquelin
On 07/04/2018 07:39 AM, Tiwei Bie wrote: On Mon, Jul 02, 2018 at 10:16:16AM +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 v6 02/15] vhost: add helpers for packed virtqueues

2018-07-03 Thread Tiwei Bie
On Mon, Jul 02, 2018 at 10:16:16AM +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 v6 02/15] vhost: add helpers for packed virtqueues

2018-07-02 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 | 8 2 files changed, 14 inser