From: Jason Wang <jasowang@redhat.com>
To: mst@redhat.com, qemu-devel@nongnu.org
Cc: Jason Wang <jasowang@redhat.com>
Subject: [Qemu-devel] [PATCH 0/2] busy polling support for vhost-kernel
Date: Mon, 21 Mar 2016 13:25:53 +0800 [thread overview]
Message-ID: <1458537955-8032-1-git-send-email-jasowang@redhat.com> (raw)
Hi:
This series enable vhost-kernel busy polling support. It's done
through introducing a new property for tap backend - 'vhost_poll_us'
which is the maximum number of us could be spent for busy polling.
Please reivew.
Thanks
Jason Wang (2):
update linux headers to 4.5.0-rc5+
tap: vhost busy polling support
hw/net/vhost_net.c | 2 +-
hw/scsi/vhost-scsi.c | 2 +-
hw/virtio/vhost-backend.c | 8 +++
hw/virtio/vhost.c | 40 ++++++++++-
include/hw/virtio/vhost-backend.h | 3 +
include/hw/virtio/vhost.h | 3 +-
include/net/vhost_net.h | 1 +
include/standard-headers/asm-x86/hyperv.h | 4 +-
include/standard-headers/linux/input.h | 1 +
include/standard-headers/linux/types.h | 5 +-
include/standard-headers/linux/virtio_balloon.h | 2 +-
include/standard-headers/linux/virtio_blk.h | 6 +-
linux-headers/asm-arm64/kvm.h | 6 ++
linux-headers/asm-powerpc/epapr_hcalls.h | 4 +-
linux-headers/asm-powerpc/kvm.h | 9 +++
linux-headers/asm-x86/unistd_32.h | 2 +
linux-headers/asm-x86/unistd_64.h | 2 +
linux-headers/linux/kvm.h | 11 +++
linux-headers/linux/userfaultfd.h | 2 +-
linux-headers/linux/vfio.h | 92 ++++++++++++++++++++++++-
linux-headers/linux/vhost.h | 6 ++
net/tap.c | 10 ++-
net/vhost-user.c | 1 +
qapi-schema.json | 3 +-
24 files changed, 206 insertions(+), 19 deletions(-)
--
2.5.0
next reply other threads:[~2016-03-21 5:26 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-21 5:25 Jason Wang [this message]
2016-03-21 5:25 ` [Qemu-devel] [PATCH 1/2] update linux headers to 4.5.0-rc5+ Jason Wang
2016-03-21 5:25 ` [Qemu-devel] [PATCH 2/2] tap: vhost busy polling support Jason Wang
2016-03-21 7:26 ` Fam Zheng
2016-03-25 7:45 ` Jason Wang
2016-03-24 20:34 ` Eric Blake
2016-03-25 7:46 ` Jason Wang
2016-04-05 15:54 ` [Qemu-devel] [PATCH 0/2] busy polling support for vhost-kernel Greg Kurz
2016-04-06 1:49 ` Jason Wang
2016-04-06 7:11 ` Greg Kurz
2016-04-06 9:16 ` 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=1458537955-8032-1-git-send-email-jasowang@redhat.com \
--to=jasowang@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).