From: Zhu Lingshan <lingshan.zhu@intel.com>
To: mst@redhat.com, kvm@vger.kernel.org,
virtualization@lists.linux-foundation.org,
linux-kernel@vger.kernel.org, netdev@vger.kernel.org,
jasowang@redhat.com
Cc: lulu@redhat.com, dan.daly@intel.com, cunming.liang@intel.com,
Zhu Lingshan <lingshan.zhu@intel.com>
Subject: [PATCH V2 0/2] Config interrupt support in VDPA and IFCVF
Date: Sun, 26 Apr 2020 14:09:42 +0800 [thread overview]
Message-ID: <1587881384-2133-1-git-send-email-lingshan.zhu@intel.com> (raw)
This series includes two patches, one introduced
config interrupt support in VDPA core, the other
one implemented config interrupt in IFCVF.
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
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 +-
drivers/vhost/vhost.h | 2 ++
include/uapi/linux/vhost.h | 2 ++
7 files changed, 79 insertions(+), 2 deletions(-)
--
1.8.3.1
next reply other threads:[~2020-04-26 6:09 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-26 6:09 Zhu Lingshan [this message]
2020-04-26 6:09 ` [PATCH V2 1/2] vdpa: Support config interrupt in vhost_vdpa Zhu Lingshan
2020-04-26 6:58 ` Jason Wang
2020-04-26 6:58 ` Jason Wang
2020-04-26 7:03 ` Zhu Lingshan
2020-04-26 7:03 ` Jason Wang
2020-04-26 7:24 ` Zhu Lingshan
2020-04-26 7:38 ` Jason Wang
2020-04-26 6:09 ` [PATCH V2 2/2] vdpa: implement config interrupt in IFCVF Zhu Lingshan
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=1587881384-2133-1-git-send-email-lingshan.zhu@intel.com \
--to=lingshan.zhu@intel.com \
--cc=cunming.liang@intel.com \
--cc=dan.daly@intel.com \
--cc=jasowang@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lulu@redhat.com \
--cc=mst@redhat.com \
--cc=netdev@vger.kernel.org \
--cc=virtualization@lists.linux-foundation.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.