public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH V3 0/2] Config interrupt support in VDPA and IFCVF
@ 2020-04-26  8:42 Zhu Lingshan
  2020-04-26  8:42 ` [PATCH V3 1/2] vdpa: Support config interrupt in vhost_vdpa Zhu Lingshan
  2020-04-26  8:42 ` [PATCH V3 2/2] vdpa: implement config interrupt in IFCVF Zhu Lingshan
  0 siblings, 2 replies; 5+ messages in thread
From: Zhu Lingshan @ 2020-04-26  8:42 UTC (permalink / raw)
  To: mst, kvm, virtualization, linux-kernel, netdev, jasowang
  Cc: lulu, dan.daly, cunming.liang, Zhu Lingshan

This series includes two patches, one introduced
config interrupt support in VDPA core, the other
one implemented config interrupt in IFCVF.

changes from V2:
move VHOST_FILE_UNBIND to the uapi header.

changes from V1:
vdpa: more efficient code to handle eventfd unbind.
ifcvf: add VIRTIO_NET_F_STATUS feature bit.

Zhu Lingshan (2):
  vdpa: Support config interrupt in vhost_vdpa
  vdpa: implement config interrupt in IFCVF
Zhu Lingshan (2):
  vdpa: Support config interrupt in vhost_vdpa
  vdpa: implement config interrupt in IFCVF

 drivers/vdpa/ifcvf/ifcvf_base.c |  3 +++
 drivers/vdpa/ifcvf/ifcvf_base.h |  3 +++
 drivers/vdpa/ifcvf/ifcvf_main.c | 22 ++++++++++++++++++-
 drivers/vhost/vdpa.c            | 47 +++++++++++++++++++++++++++++++++++++++++
 drivers/vhost/vhost.c           |  2 +-
 include/uapi/linux/vhost.h      |  4 ++++
 6 files changed, 79 insertions(+), 2 deletions(-)

-- 
1.8.3.1


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

end of thread, other threads:[~2020-04-26  9:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-26  8:42 [PATCH V3 0/2] Config interrupt support in VDPA and IFCVF Zhu Lingshan
2020-04-26  8:42 ` [PATCH V3 1/2] vdpa: Support config interrupt in vhost_vdpa Zhu Lingshan
2020-04-26  9:41   ` Jason Wang
2020-04-26  8:42 ` [PATCH V3 2/2] vdpa: implement config interrupt in IFCVF Zhu Lingshan
2020-04-26  9:40   ` Jason Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox