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

2019-01-07 Thread Maxime Coquelin
Hi Jens, On 12/21/18 4:29 PM, Jens Freimann wrote: This adds support to virtio-user for control virtqueues and reverts commit "5e4e7a752 net/virtio-user: fail if cq used with packed vq". I add a struct virtio_user_queue to have a place for wrap counters and avail/used index (which is not needed

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

2018-12-21 Thread Jens Freimann
This adds support to virtio-user for control virtqueues and reverts commit "5e4e7a752 net/virtio-user: fail if cq used with packed vq". I add a struct virtio_user_queue to have a place for wrap counters and avail/used index (which is not needed for split ring because it has those in shared memory)