Merge branch 'net-vhost-improve-performance-when-enable-busyloop'
authorDavid S. Miller <davem@davemloft.net>
Thu, 27 Sep 2018 03:25:55 +0000 (20:25 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 27 Sep 2018 03:25:55 +0000 (20:25 -0700)
commitc09c1474d8c107f592f15c094cb1eeed9abac1d6
tree9dac39ae1089553757efab644f8a43315cf7bab3
parentaf4325ecc24f45933d5567e72227cff2c1594764
parent441abde4cd84824ad010bc7efd6fdd101a1b73e5
Merge branch 'net-vhost-improve-performance-when-enable-busyloop'

Tonghao Zhang says:

====================
net: vhost: improve performance when enable busyloop

This patches improve the guest receive performance.
On the handle_tx side, we poll the sock receive queue
at the same time. handle_rx do that in the same way.

For more performance report, see patch 4
====================

Signed-off-by: David S. Miller <davem@davemloft.net>