From: Adrian Moreno <amorenoz@redhat.com>
To: dev@dpdk.org
Cc: chenbo.xia@intel.com, zhihong.wang@intel.com,
xiao.w.wang@intel.com, ferruh.yigit@intel.com,
maxime.coquelin@redhat.com, Adrian Moreno <amorenoz@redhat.com>
Subject: [dpdk-dev] [PATCH v3 0/2] net/virtio: add vhost-user protocol features support
Date: Thu, 2 Jul 2020 09:43:30 +0200 [thread overview]
Message-ID: <20200702074332.1211465-1-amorenoz@redhat.com> (raw)
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 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 | 40 ++++++++++++++++++-
.../net/virtio/virtio_user/virtio_user_dev.h | 3 ++
drivers/net/virtio/virtio_user_ethdev.c | 19 +++++++++
5 files changed, 99 insertions(+), 5 deletions(-)
--
2.26.2
next reply other threads:[~2020-07-02 7:43 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-02 7:43 Adrian Moreno [this message]
2020-07-02 7:43 ` [dpdk-dev] [PATCH v3 1/2] " Adrian Moreno
2020-07-03 8:40 ` Xia, Chenbo
2020-07-03 15:52 ` Adrian Moreno
2020-07-02 7:43 ` [dpdk-dev] [PATCH v3 2/2] net/virtio: add reply-ack support to Virtio-user Adrian Moreno
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200702074332.1211465-1-amorenoz@redhat.com \
--to=amorenoz@redhat.com \
--cc=chenbo.xia@intel.com \
--cc=dev@dpdk.org \
--cc=ferruh.yigit@intel.com \
--cc=maxime.coquelin@redhat.com \
--cc=xiao.w.wang@intel.com \
--cc=zhihong.wang@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).