This series adds Vhost-user protocol features support to Virtio-user PMD's Vhost-user backend.
The first patch introduces protocol features negotiation, and the second one reply-ack feature. The third patch adds support to the SET_STATUS request, which is not merged upstream yet. Neither in DPDK Vhost-user backend nor in Qemu. So the first two patches can be applied as-is, while for the last one, we have at least to wait the Qemu bits, which includes the specification update, is merged upstream. Maxime Coquelin (3): net/virtio: add vhost-user protocol features support net/virtio: add reply-ack support to Virtio-user net/virtio: add Virtio status support to Virtio-user drivers/net/virtio/virtio_user/vhost.h | 18 ++++++ drivers/net/virtio/virtio_user/vhost_user.c | 35 ++++++++++- .../net/virtio/virtio_user/virtio_user_dev.c | 58 ++++++++++++++++++- .../net/virtio/virtio_user/virtio_user_dev.h | 4 ++ drivers/net/virtio/virtio_user_ethdev.c | 20 +++++++ 5 files changed, 130 insertions(+), 5 deletions(-) -- 2.26.2