commit | c09c1474d8c107f592f15c094cb1eeed9abac1d6 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Wed Sep 26 20:25:55 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Sep 26 20:25:55 2018 -0700 |
tree | 9dac39ae1089553757efab644f8a43315cf7bab3 | |
parent | af4325ecc24f45933d5567e72227cff2c1594764 [diff] | |
parent | 441abde4cd84824ad010bc7efd6fdd101a1b73e5 [diff] |
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>