All of lore.kernel.org
 help / color / mirror / Atom feed
* [REBASE PATCH net-next v9 0/4] net: vhost: improve performance when enable busyloop
@ 2018-09-25 12:36 xiangxia.m.yue
  0 siblings, 0 replies; 4+ messages in thread
From: xiangxia.m.yue @ 2018-09-25 12:36 UTC (permalink / raw)
  To: jasowang, mst, makita.toshiaki, davem; +Cc: netdev, virtualization

From: Tonghao Zhang <xiangxia.m.yue@gmail.com>

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

Tonghao Zhang (4):
  net: vhost: lock the vqs one by one
  net: vhost: replace magic number of lock annotation
  net: vhost: factor out busy polling logic to vhost_net_busy_poll()
  net: vhost: add rx busy polling in tx path

 drivers/vhost/net.c   | 147 +++++++++++++++++++++++++++++---------------------
 drivers/vhost/vhost.c |  24 +++------
 2 files changed, 92 insertions(+), 79 deletions(-)

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [REBASE PATCH net-next v9 0/4] net: vhost: improve performance when enable busyloop
  2018-09-25 12:36 xiangxia.m.yue
  2018-09-27  3:26 ` David Miller
@ 2018-09-27  3:26 ` David Miller
  1 sibling, 0 replies; 4+ messages in thread
From: David Miller @ 2018-09-27  3:26 UTC (permalink / raw)
  To: xiangxia.m.yue; +Cc: jasowang, mst, makita.toshiaki, netdev, virtualization

From: xiangxia.m.yue@gmail.com
Date: Tue, 25 Sep 2018 05:36:48 -0700

> From: Tonghao Zhang <xiangxia.m.yue@gmail.com>
> 
> 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

Series applied, thank you.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [REBASE PATCH net-next v9 0/4] net: vhost: improve performance when enable busyloop
  2018-09-25 12:36 xiangxia.m.yue
@ 2018-09-27  3:26 ` David Miller
  2018-09-27  3:26 ` David Miller
  1 sibling, 0 replies; 4+ messages in thread
From: David Miller @ 2018-09-27  3:26 UTC (permalink / raw)
  To: xiangxia.m.yue; +Cc: netdev, virtualization, mst

From: xiangxia.m.yue@gmail.com
Date: Tue, 25 Sep 2018 05:36:48 -0700

> From: Tonghao Zhang <xiangxia.m.yue@gmail.com>
> 
> 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

Series applied, thank you.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [REBASE PATCH net-next v9 0/4] net: vhost: improve performance when enable busyloop
@ 2018-09-25 12:36 xiangxia.m.yue
  2018-09-27  3:26 ` David Miller
  2018-09-27  3:26 ` David Miller
  0 siblings, 2 replies; 4+ messages in thread
From: xiangxia.m.yue @ 2018-09-25 12:36 UTC (permalink / raw)
  To: jasowang, mst, makita.toshiaki, davem
  Cc: netdev, virtualization, Tonghao Zhang

From: Tonghao Zhang <xiangxia.m.yue@gmail.com>

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

Tonghao Zhang (4):
  net: vhost: lock the vqs one by one
  net: vhost: replace magic number of lock annotation
  net: vhost: factor out busy polling logic to vhost_net_busy_poll()
  net: vhost: add rx busy polling in tx path

 drivers/vhost/net.c   | 147 +++++++++++++++++++++++++++++---------------------
 drivers/vhost/vhost.c |  24 +++------
 2 files changed, 92 insertions(+), 79 deletions(-)

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-09-27  9:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-25 12:36 [REBASE PATCH net-next v9 0/4] net: vhost: improve performance when enable busyloop xiangxia.m.yue
2018-09-25 12:36 xiangxia.m.yue
2018-09-27  3:26 ` David Miller
2018-09-27  3:26 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.