Re: [dpdk-dev] [PATCH 1/2] net/virtio-user: fix packed vq option parsing

2019-01-03 Thread Maxime Coquelin
On 1/3/19 3:40 AM, Tiwei Bie wrote: Add the RING_PACKED feature to dev->unsupported_features when it's disabled, and add the missing packed vq param string. And also revert the unexpected change to MAC option introduced when adding packed vq option. Fixes: 34f3966c7f81 ("net/virtio-user: add

[dpdk-dev] [PATCH 1/2] net/virtio-user: fix packed vq option parsing

2019-01-02 Thread Tiwei Bie
Add the RING_PACKED feature to dev->unsupported_features when it's disabled, and add the missing packed vq param string. And also revert the unexpected change to MAC option introduced when adding packed vq option. Fixes: 34f3966c7f81 ("net/virtio-user: add option to use packed queues") Signed-off