All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next V2 0/3] rx busy polling support for virtio-net
@ 2014-07-16  6:21 ` Jason Wang
  0 siblings, 0 replies; 25+ messages in thread
From: Jason Wang @ 2014-07-16  6:21 UTC (permalink / raw)
  To: rusty, mst, virtualization, netdev, linux-kernel

Hi all:

This series introduces the support for rx busy polling support. This
was useful for reduing the latency for a kvm guest. Patch 1-2
introduces helpers which is used for rx busy polling. Patch 3
implement the main function.

Test was done between a kvm guest and an external host. Two hosts were
connected through 40gb mlx4 cards. With both busy_poll and busy_read are
set to 50 in guest, 1 byte netperf tcp_rr shows 116% improvement:
transaction rate was increased from 9151.94 to 19787.37.

Changes from V1:
- split the patch info smaller ones
- add more details about test setup/configuration

Please review.

Jason Wang (3):
  virtio-net: introduce helpers to enable and disable all NAPIs
  virtio-net: introduce virtnet_receive()
  virtio-net: rx busy polling support

 drivers/net/virtio_net.c | 234 ++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 221 insertions(+), 13 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2014-07-21  3:15 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-16  6:21 [PATCH net-next V2 0/3] rx busy polling support for virtio-net Jason Wang
2014-07-16  6:21 ` Jason Wang
2014-07-16  6:21 ` [PATCH net-next V2 1/3] virtio-net: introduce helpers to enable and disable all NAPIs Jason Wang
2014-07-16  6:21   ` Jason Wang
2014-07-16  6:21 ` [PATCH net-next V2 2/3] virtio-net: introduce virtnet_receive() Jason Wang
2014-07-16  6:21   ` Jason Wang
2014-07-16  6:21 ` [PATCH net-next V2 3/3] virtio-net: rx busy polling support Jason Wang
2014-07-16  6:21   ` Jason Wang
2014-07-16  8:38   ` Varka Bhadram
2014-07-17  2:55     ` Jason Wang
2014-07-17  3:27       ` Varka Bhadram
2014-07-17  4:43         ` Jason Wang
2014-07-17  4:54           ` Varka Bhadram
2014-07-20 20:31   ` Michael S. Tsirkin
2014-07-20 20:31     ` Michael S. Tsirkin
2014-07-21  3:13     ` Jason Wang
2014-07-21  3:13       ` Jason Wang
2014-07-17  6:21 ` [PATCH net-next V2 0/3] rx busy polling support for virtio-net David Miller
2014-07-17  6:21   ` David Miller
2014-07-17  6:59   ` Jason Wang
2014-07-17  6:59     ` Jason Wang
2014-07-20 20:34 ` Michael S. Tsirkin
2014-07-20 20:34   ` Michael S. Tsirkin
2014-07-21  3:15   ` Jason Wang
2014-07-21  3:15     ` Jason Wang

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.