DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v4 0/2] net/virtio: add vhost-user protocol features support
@ 2020-07-03 15:57 Adrian Moreno
  2020-07-03 15:57 ` [dpdk-dev] [PATCH v4 1/2] " Adrian Moreno
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Adrian Moreno @ 2020-07-03 15:57 UTC (permalink / raw)
  To: dev
  Cc: chenbo.xia, zhihong.wang, xiao.w.wang, ferruh.yigit,
	maxime.coquelin, Adrian Moreno

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.

---
Changes since v3:
- [Chenbo] Do not process MQ if VHOST_USER_F_PROTOCOL_FEATURES is
  unsupported

Changes since v2:
- Added the new vhost-user messages to vhost_msg_strings[]

Changes since v1:
- Rebased on top of virtio-next
- Dropped patch 3 as it depends on a new SET_STATUS request being
merged into Qemu. Will submit independently.
- [Chenbo] Do not send SET_PROTOCOL_FEATURES request if not supported by
  backend


Maxime Coquelin (2):
  net/virtio: add vhost-user protocol features support
  net/virtio: add reply-ack support to Virtio-user

 drivers/net/virtio/virtio_user/vhost.h        | 13 ++++++
 drivers/net/virtio/virtio_user/vhost_user.c   | 29 +++++++++++--
 .../net/virtio/virtio_user/virtio_user_dev.c  | 41 ++++++++++++++++++-
 .../net/virtio/virtio_user/virtio_user_dev.h  |  3 ++
 drivers/net/virtio/virtio_user_ethdev.c       | 20 +++++++++
 5 files changed, 101 insertions(+), 5 deletions(-)

-- 
2.26.2


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

end of thread, other threads:[~2020-07-08 11:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-03 15:57 [dpdk-dev] [PATCH v4 0/2] net/virtio: add vhost-user protocol features support Adrian Moreno
2020-07-03 15:57 ` [dpdk-dev] [PATCH v4 1/2] " Adrian Moreno
2020-07-05 13:52   ` Xia, Chenbo
2020-07-03 15:57 ` [dpdk-dev] [PATCH v4 2/2] net/virtio: add reply-ack support to Virtio-user Adrian Moreno
2020-07-05 13:53   ` Xia, Chenbo
2020-07-08 11:28 ` [dpdk-dev] [PATCH v4 0/2] net/virtio: add vhost-user protocol features support Ferruh Yigit

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).