linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/3] vdpa: device feature provisioning
@ 2022-09-22  2:43 Jason Wang
  2022-09-22  2:43 ` [PATCH V2 1/3] " Jason Wang
                   ` (2 more replies)
  0 siblings, 3 replies; 27+ messages in thread
From: Jason Wang @ 2022-09-22  2:43 UTC (permalink / raw)
  To: mst, jasowang
  Cc: elic, si-wei.liu, parav, wuzongyong, virtualization,
	linux-kernel, eperezma, lingshan.zhu, gdawar, lulu, xieyongji

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.

Changes since V1:

- Add vdpa tool command output

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


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

end of thread, other threads:[~2022-10-18  7:46 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-22  2:43 [PATCH V2 0/3] vdpa: device feature provisioning Jason Wang
2022-09-22  2:43 ` [PATCH V2 1/3] " Jason Wang
2022-09-22  2:43 ` [PATCH V2 2/3] vdpa_sim_net: support " Jason Wang
2022-09-22  5:13   ` Eli Cohen
2022-09-22  7:29     ` Michael S. Tsirkin
2022-09-22  7:47       ` Eli Cohen
2022-09-22  7:53         ` Michael S. Tsirkin
2022-09-22  8:01           ` Eli Cohen
2022-09-22  9:11             ` Michael S. Tsirkin
2022-09-23  4:17               ` Jason Wang
2022-09-23  4:20     ` Jason Wang
2022-09-22  9:22   ` Stefano Garzarella
2022-09-23  3:33     ` Jason Wang
2022-09-23 20:01   ` Si-Wei Liu
2022-09-26  7:11     ` Jason Wang
2022-09-26  7:11       ` Jason Wang
     [not found]       ` <afe960d3-730a-b52c-e084-40bf080b27fa@oracle.com>
2022-09-27  3:59         ` Jason Wang
2022-09-27  4:07           ` Jason Wang
     [not found]             ` <7c555830-6909-d482-ea05-4316a02012df@oracle.com>
2022-09-29  4:10               ` Jason Wang
2022-10-10 17:44                 ` Si-Wei Liu
     [not found]           ` <c5a96de5-699a-8b5e-0e89-bfe1822e1105@oracle.com>
2022-09-29  4:55             ` Jason Wang
2022-10-07  0:35               ` Si-Wei Liu
2022-10-13  7:10                 ` Jason Wang
     [not found]                   ` <e613a51c-c8c3-1021-6ac8-8ca485f4a9a5@oracle.com>
2022-10-18  7:45                     ` Jason Wang
2022-09-22  2:43 ` [PATCH V2 3/3] vp_vdpa: " Jason Wang
2022-09-23 20:11   ` Si-Wei Liu
2022-09-26  7:14     ` Jason Wang

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