qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/4] virtio-net: More configurability and bh handling for tx
@ 2010-09-02 15:00 Alex Williamson
  2010-09-02 15:00 ` [Qemu-devel] [PATCH v2 1/4] virtio-net: Make tx_timer timeout configurable Alex Williamson
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Alex Williamson @ 2010-09-02 15:00 UTC (permalink / raw)
  To: qemu-devel; +Cc: chrisw, kvm, quintela, jes.sorensen, mst, alex.williamson

Incorporated feedback.  txburst= and txtimer= are now "x-" prefixed
developer options.  I added a tx= option, because I do want there to
be a supported way to switch between TX strategies.  This also drops
the magic value of txtimer= 1 or 0 (setting default timeout or switching
modes).  I also dropped the trickiness around only enabling the bottom
half for the iothread since Anthony indicates we don't care about
performance for the non-iothread case.

New performance data against both qemu.git and qemu-kvm.git:

https://spreadsheets.google.com/pub?key=0AoEm50Bac2U7dGdlREhrWUpPVEdMcTJaX0RjSEgtc3c&hl=en&single=true&gid=0&output=html

This shows the base performance versus patched with new default for
various packet sizes and netperf test loads.  The guest is a 2-way
SMP, connected directly to the host via a tap (no bridge).  Thanks,

Alex

---

Alex Williamson (4):
      virtio-net: Introduce a new bottom half packet TX
      virtio-net: Rename tx_timer_active to tx_waiting
      virtio-net: Limit number of packets sent per TX flush
      virtio-net: Make tx_timer timeout configurable


 hw/s390-virtio-bus.c |    8 +++
 hw/s390-virtio-bus.h |    1 
 hw/syborg_virtio.c   |    8 +++
 hw/virtio-net.c      |  129 +++++++++++++++++++++++++++++++++++++++++---------
 hw/virtio-net.h      |   14 +++++
 hw/virtio-pci.c      |    8 +++
 hw/virtio.h          |    4 +-
 7 files changed, 144 insertions(+), 28 deletions(-)

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

end of thread, other threads:[~2010-09-03 13:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-02 15:00 [Qemu-devel] [PATCH v2 0/4] virtio-net: More configurability and bh handling for tx Alex Williamson
2010-09-02 15:00 ` [Qemu-devel] [PATCH v2 1/4] virtio-net: Make tx_timer timeout configurable Alex Williamson
2010-09-02 15:00 ` [Qemu-devel] [PATCH v2 2/4] virtio-net: Limit number of packets sent per TX flush Alex Williamson
2010-09-02 15:01 ` [Qemu-devel] [PATCH v2 3/4] virtio-net: Rename tx_timer_active to tx_waiting Alex Williamson
2010-09-02 15:01 ` [Qemu-devel] [PATCH v2 4/4] virtio-net: Introduce a new bottom half packet TX Alex Williamson
2010-09-02 15:35 ` [Qemu-devel] Re: [PATCH v2 0/4] virtio-net: More configurability and bh handling for tx Michael S. Tsirkin
2010-09-03 13:11 ` Juan Quintela

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