]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit053a2b7c8f855f163f9083becb8e493d678b502b
tree9dac39ae1089553757efab644f8a43315cf7bab3
parentf4ab5d1e486fc5b63a58653c4178e117c7b53eb2
parentce84e0fb6f3fadad418be227eece3ab46b21f64d
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>