qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] busy polling support for vhost-kernel
@ 2016-03-21  5:25 Jason Wang
  2016-03-21  5:25 ` [Qemu-devel] [PATCH 1/2] update linux headers to 4.5.0-rc5+ Jason Wang
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Jason Wang @ 2016-03-21  5:25 UTC (permalink / raw)
  To: mst, qemu-devel; +Cc: Jason Wang

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

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

end of thread, other threads:[~2016-04-06  9:16 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-21  5:25 [Qemu-devel] [PATCH 0/2] busy polling support for vhost-kernel Jason Wang
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

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).