DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/3] net/virtio: add Vhost-user protocol features
@ 2020-05-28  7:46 Maxime Coquelin
  2020-05-28  7:46 ` [dpdk-dev] [PATCH 1/3] net/virtio: add vhost-user protocol features support Maxime Coquelin
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Maxime Coquelin @ 2020-05-28  7:46 UTC (permalink / raw)
  To: dev, amorenoz, xiaolong.ye, shahafs, matan; +Cc: Maxime Coquelin

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-06-17 12:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-28  7:46 [dpdk-dev] [PATCH 0/3] net/virtio: add Vhost-user protocol features Maxime Coquelin
2020-05-28  7:46 ` [dpdk-dev] [PATCH 1/3] net/virtio: add vhost-user protocol features support Maxime Coquelin
2020-06-17 11:57   ` Xia, Chenbo
2020-06-17 12:22     ` Maxime Coquelin
2020-05-28  7:46 ` [dpdk-dev] [PATCH 2/3] net/virtio: add reply-ack support to Virtio-user Maxime Coquelin
2020-05-28  7:46 ` [dpdk-dev] [PATCH 3/3] net/virtio: add Virtio status " Maxime Coquelin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).