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

2018-07-25 Thread David Miller
From: xiangxia.m@gmail.com Date: Sat, 21 Jul 2018 11:03:58 -0700 > 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 net-next v6 0/4] net: vhost: improve performance when enable busyloop

2018-07-21 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. v5->v6: rebase the codes. Tonghao Zhang (4): net: vhost: lock the vqs