Re: [dpdk-dev] [PATCH v14 09/10] net/virtio-user: fail if cq used with packed vq

2018-12-18 Thread Maxime Coquelin
On 12/17/18 10:31 PM, Jens Freimann wrote: Until we have support for control virtqueues let's disable it and fail device initalization if specified as a parameter. Signed-off-by: Jens Freimann --- drivers/net/virtio/virtio_user/virtio_user_dev.c | 10 -- 1 file changed, 8 insertio

[dpdk-dev] [PATCH v14 09/10] net/virtio-user: fail if cq used with packed vq

2018-12-17 Thread Jens Freimann
Until we have support for control virtqueues let's disable it and fail device initalization if specified as a parameter. Signed-off-by: Jens Freimann --- drivers/net/virtio/virtio_user/virtio_user_dev.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/drivers/net/vi