Re: [dpdk-dev] [PATCH] virtio-user: ctrl vq support for packed

2019-01-10 Thread Jens Freimann
On Thu, Jan 10, 2019 at 09:46:37AM +0100, Maxime Coquelin wrote: Hi Jens, On 1/9/19 5:59 PM, Jens Freimann wrote: Add support to virtio-user for control virtqueues and reverts commit "5e4e7a752 net/virtio-user: fail if cq used with packed vq". I would prefer you send two patches: 1. add ctrl

Re: [dpdk-dev] [PATCH] virtio-user: ctrl vq support for packed

2019-01-10 Thread Maxime Coquelin
Hi Jens, On 1/9/19 5:59 PM, Jens Freimann wrote: Add support to virtio-user for control virtqueues and reverts commit "5e4e7a752 net/virtio-user: fail if cq used with packed vq". I would prefer you send two patches: 1. add ctrl vq support 2. revert 5e4e7a752 Signed-off-by: Jens Freimann -

[dpdk-dev] [PATCH] virtio-user: ctrl vq support for packed

2019-01-09 Thread Jens Freimann
Add support to virtio-user for control virtqueues and reverts commit "5e4e7a752 net/virtio-user: fail if cq used with packed vq". Signed-off-by: Jens Freimann --- .../net/virtio/virtio_user/virtio_user_dev.c | 111 -- .../net/virtio/virtio_user/virtio_user_dev.h | 8 +- drive