mbox

[v2,0/2] net/virtio-user: add packed vq support

Message ID 20190110131751.32670-1-jfreimann@redhat.com (mailing list archive)
Headers

Message

Jens Freimann Jan. 10, 2019, 1:17 p.m. UTC
  Revert patch to error out when cq is used with packed vq and
in second patch add support for packed virtqueues in control
virtqueue code.

v1->v2:
 * split into two patches
 * handle ring wrap correctly
 * add to unsupported_features when packed_vq is 0
  
Jens Freimann (2):
  net/virtio-user: ctrl vq support for packed
  Revert "net/virtio-user: fail if cq used with packed vq"

 .../net/virtio/virtio_user/virtio_user_dev.c  | 103 ++++++++++++++++--
 .../net/virtio/virtio_user/virtio_user_dev.h  |   8 +-
 drivers/net/virtio/virtio_user_ethdev.c       |  49 ++++++++-
 3 files changed, 144 insertions(+), 16 deletions(-)