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

2018-12-17 Thread Jens Freimann
On Mon, Dec 17, 2018 at 05:52:08PM +0100, Maxime Coquelin wrote: I think you meant control queue in the title? On 12/14/18 4:59 PM, Jens Freimann wrote: Until we have support for ctrl virtqueues let's disable it and fail device initalization if specified as a parameter. Signed-off-by: Jens Fre

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

2018-12-17 Thread Maxime Coquelin
I think you meant control queue in the title? On 12/14/18 4:59 PM, Jens Freimann wrote: Until we have support for ctrl 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

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

2018-12-14 Thread Jens Freimann
Until we have support for ctrl 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/virti