linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V4 0/3] vdpa: Support config interrupt in vhost_vdpa
@ 2020-04-26 11:43 Zhu Lingshan
  2020-04-26 11:43 ` [PATCH V4 1/3] " Zhu Lingshan
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Zhu Lingshan @ 2020-04-26 11:43 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 V3:
move changes in driver/vhost/vhost.c to a 
separated patch.

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 (3):
  vdpa: Support config interrupt in vhost_vdpa
  vhost: replace -1 with  VHOST_FILE_UNBIND in iotcls
  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           |  8 +++----
 include/uapi/linux/vhost.h      |  4 ++++
 6 files changed, 82 insertions(+), 5 deletions(-)

-- 
1.8.3.1


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

end of thread, other threads:[~2020-04-27  3:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-26 11:43 [PATCH V4 0/3] vdpa: Support config interrupt in vhost_vdpa Zhu Lingshan
2020-04-26 11:43 ` [PATCH V4 1/3] " Zhu Lingshan
2020-04-26 11:43 ` [PATCH V4 2/3] vhost: replace -1 with VHOST_FILE_UNBIND in iotcls Zhu Lingshan
2020-04-26 11:43 ` [PATCH V4 3/3] vdpa: implement config interrupt in IFCVF Zhu Lingshan
2020-04-27  3:31 ` [PATCH V4 0/3] vdpa: Support config interrupt in vhost_vdpa 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).