From: Jason Wang <jasowang@redhat.com>
To: mst@redhat.com, jasowang@redhat.com
Cc: elic@nvidia.com, si-wei.liu@oracle.com, parav@nvidia.com,
wuzongyong@linux.alibaba.com,
virtualization@lists.linux-foundation.org,
linux-kernel@vger.kernel.org, eperezma@redhat.com,
lingshan.zhu@intel.com, gdawar@xilinx.com, lulu@redhat.com,
xieyongji@bytedance.com
Subject: [PATCH 0/3] vdpa: device feature provisioning
Date: Thu, 15 Sep 2022 16:50:45 +0800 [thread overview]
Message-ID: <20220915085048.12840-1-jasowang@redhat.com> (raw)
Hi All:
Virtio features are neogiated between the device and the drivers. This
allows the mediation layer like vDPA to hide some features from the
driver to faciliate the cross vendor live migration:
vDPA on the source supports feature set X
vDPA on the destination supports feature set Y
Management can simply provision the vDPA instance with features X&Y on
both source and destination to let the vDPA can be migrate-able
between the two vDPA devies with different features support.
This series tries to allow the device features to be provisioned via
netlink to achieve this.
Please review.
Thanks
Jason Wang (3):
vdpa: device feature provisioning
vdpa_sim_net: support feature provisioning
vp_vdpa: support feature provisioning
drivers/vdpa/vdpa.c | 5 +++++
drivers/vdpa/vdpa_sim/vdpa_sim_net.c | 11 ++++++++++-
drivers/vdpa/virtio_pci/vp_vdpa.c | 16 ++++++++++++++--
include/linux/vdpa.h | 1 +
include/uapi/linux/vdpa.h | 2 ++
5 files changed, 32 insertions(+), 3 deletions(-)
--
2.25.1
next reply other threads:[~2022-09-15 8:51 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-15 8:50 Jason Wang [this message]
2022-09-15 8:50 ` [PATCH 1/3] " Jason Wang
2022-09-19 6:59 ` Eli Cohen
2022-09-15 8:50 ` [PATCH 2/3] vdpa_sim_net: support " Jason Wang
2022-09-19 7:00 ` Eli Cohen
2022-09-15 8:50 ` [PATCH 3/3] vp_vdpa: " Jason Wang
2022-09-19 7:05 ` Eli Cohen
2022-09-20 1:46 ` Jason Wang
2022-09-20 5:48 ` Eli Cohen
2022-09-20 19:17 ` [PATCH 0/3] vdpa: device " Parav Pandit
2022-09-21 7:45 ` Jason Wang
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=20220915085048.12840-1-jasowang@redhat.com \
--to=jasowang@redhat.com \
--cc=elic@nvidia.com \
--cc=eperezma@redhat.com \
--cc=gdawar@xilinx.com \
--cc=lingshan.zhu@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=lulu@redhat.com \
--cc=mst@redhat.com \
--cc=parav@nvidia.com \
--cc=si-wei.liu@oracle.com \
--cc=virtualization@lists.linux-foundation.org \
--cc=wuzongyong@linux.alibaba.com \
--cc=xieyongji@bytedance.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
all inboxes | Powered by JetHome®