Re: [PATCH net-next v8 0/7] net: vhost: improve performance when enable busyloop

2018-08-20 Thread Michael S. Tsirkin
On Sun, Aug 19, 2018 at 05:11:19AM -0700, xiangxia.m@gmail.com wrote: > From: Tonghao Zhang > > 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,

[PATCH net-next v8 0/7] net: vhost: improve performance when enable busyloop

2018-08-19 Thread xiangxia . m . yue
From: Tonghao Zhang 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, 6, 7 Tonghao Zhang (7): net: vhost: lock the vqs one by one net: vhost