DPDK patches and discussions
 help / color / mirror / Atom feed
From: Maxime Coquelin <maxime.coquelin@redhat.com>
To: dev@dpdk.org, amorenoz@redhat.com, xiaolong.ye@intel.com,
	shahafs@mellanox.com, matan@mellanox.com
Cc: Maxime Coquelin <maxime.coquelin@redhat.com>
Subject: [dpdk-dev] [PATCH 0/3] net/virtio: add Vhost-user protocol features
Date: Thu, 28 May 2020 09:46:24 +0200	[thread overview]
Message-ID: <20200528074627.439192-1-maxime.coquelin@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.

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


             reply	other threads:[~2020-05-28  7:46 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-28  7:46 Maxime Coquelin [this message]
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

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=20200528074627.439192-1-maxime.coquelin@redhat.com \
    --to=maxime.coquelin@redhat.com \
    --cc=amorenoz@redhat.com \
    --cc=dev@dpdk.org \
    --cc=matan@mellanox.com \
    --cc=shahafs@mellanox.com \
    --cc=xiaolong.ye@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).