From: Jason Wang <jasowang@redhat.com>
To: mst@redhat.com, qemu-devel@nongnu.org
Cc: elic@nvidia.com, Jason Wang <jasowang@redhat.com>, lulu@redhat.com
Subject: [PATCH 0/3] Vhost-vDPA: batch IOTLB updating
Date: Mon, 7 Sep 2020 18:49:00 +0800 [thread overview]
Message-ID: <20200907104903.31551-1-jasowang@redhat.com> (raw)
Hi all:
This series introduces batch IOTLB updating support for vhost-vDPA.
Smoking test was done through vDPA simulator. Please reivew.
Thanks
Jason Wang (3):
linux headers: sync to 5.9-rc4
vhost: switch to use IOTLB v2 format
vhost-vdpa: batch updating IOTLB mappings
hw/virtio/vhost-backend.c | 86 +++++++++--
hw/virtio/vhost-vdpa.c | 66 +++++++++
hw/virtio/vhost.c | 10 ++
include/hw/virtio/vhost-backend.h | 2 +
include/hw/virtio/vhost-vdpa.h | 1 +
include/hw/virtio/vhost.h | 1 +
include/standard-headers/drm/drm_fourcc.h | 140 ++++++++++++++++++
include/standard-headers/linux/ethtool.h | 87 +++++++++++
.../linux/input-event-codes.h | 3 +-
include/standard-headers/linux/vhost_types.h | 11 ++
include/standard-headers/linux/virtio_9p.h | 4 +-
include/standard-headers/linux/virtio_blk.h | 26 ++--
.../standard-headers/linux/virtio_config.h | 8 +-
.../standard-headers/linux/virtio_console.h | 8 +-
include/standard-headers/linux/virtio_net.h | 6 +-
include/standard-headers/linux/virtio_scsi.h | 20 +--
linux-headers/asm-generic/unistd.h | 6 +-
linux-headers/asm-mips/unistd_n32.h | 1 +
linux-headers/asm-mips/unistd_n64.h | 1 +
linux-headers/asm-mips/unistd_o32.h | 1 +
linux-headers/asm-powerpc/kvm.h | 5 +
linux-headers/asm-powerpc/unistd_32.h | 1 +
linux-headers/asm-powerpc/unistd_64.h | 1 +
linux-headers/asm-s390/kvm.h | 7 +-
linux-headers/asm-s390/unistd_32.h | 1 +
linux-headers/asm-s390/unistd_64.h | 1 +
linux-headers/asm-x86/unistd_32.h | 1 +
linux-headers/asm-x86/unistd_64.h | 1 +
linux-headers/asm-x86/unistd_x32.h | 1 +
linux-headers/linux/kvm.h | 4 +
linux-headers/linux/vfio.h | 2 +-
linux-headers/linux/vhost.h | 2 +
32 files changed, 458 insertions(+), 57 deletions(-)
--
2.20.1
next reply other threads:[~2020-09-07 10:49 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-07 10:49 Jason Wang [this message]
2020-09-07 10:49 ` [PATCH 1/3] linux headers: sync to 5.9-rc4 Jason Wang
2020-09-07 10:49 ` [PATCH 2/3] vhost: switch to use IOTLB v2 format Jason Wang
2020-09-07 10:49 ` [PATCH 3/3] vhost-vdpa: batch updating IOTLB mappings 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=20200907104903.31551-1-jasowang@redhat.com \
--to=jasowang@redhat.com \
--cc=elic@nvidia.com \
--cc=lulu@redhat.com \
--cc=mst@redhat.com \
--cc=qemu-devel@nongnu.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 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).