All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] limit xen vnic max queues number to online cpu number
@ 2015-10-23  7:53 Joe Jin
  2015-10-23  7:58 ` [PATCH 1/2] xen-netback: limit xen vif max queues number to online cpus Joe Jin
                   ` (5 more replies)
  0 siblings, 6 replies; 18+ messages in thread
From: Joe Jin @ 2015-10-23  7:53 UTC (permalink / raw)
  To: wei.liu2, Ian Campbell, Boris Ostrovsky, Konrad Rzeszutek Wilk,
	David S. Miller
  Cc: netdev, xen-devel

Currently xen vnic allowed to create lots of queues by set module param
max_queues(both netback and netfront), when queues number larger than
cpu number, it does not help for performance but need more cpu time.

This patchset limit netback and netfront max queues number to online
cpus number.

Joe Jin (2):
  xen-netback: limit xen vif max queues number to online cpus
  xen-front: limit vnic max_queues number to online cpus

 drivers/net/xen-netback/netback.c |   28 ++++++++++++++++++++++------
 drivers/net/xen-netfront.c        |   27 +++++++++++++++++++++------
 2 files changed, 43 insertions(+), 12 deletions(-)

^ permalink raw reply	[flat|nested] 18+ messages in thread
* [PATCH 0/2] limit xen vnic max queues number to online cpu number
@ 2015-10-23  7:53 Joe Jin
  0 siblings, 0 replies; 18+ messages in thread
From: Joe Jin @ 2015-10-23  7:53 UTC (permalink / raw)
  To: wei.liu2, Ian Campbell, Boris Ostrovsky, Konrad Rzeszutek Wilk,
	David S. Miller
  Cc: netdev, xen-devel

Currently xen vnic allowed to create lots of queues by set module param
max_queues(both netback and netfront), when queues number larger than
cpu number, it does not help for performance but need more cpu time.

This patchset limit netback and netfront max queues number to online
cpus number.

Joe Jin (2):
  xen-netback: limit xen vif max queues number to online cpus
  xen-front: limit vnic max_queues number to online cpus

 drivers/net/xen-netback/netback.c |   28 ++++++++++++++++++++++------
 drivers/net/xen-netfront.c        |   27 +++++++++++++++++++++------
 2 files changed, 43 insertions(+), 12 deletions(-)

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

end of thread, other threads:[~2015-10-23  9:57 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-23  7:53 [PATCH 0/2] limit xen vnic max queues number to online cpu number Joe Jin
2015-10-23  7:58 ` [PATCH 1/2] xen-netback: limit xen vif max queues number to online cpus Joe Jin
2015-10-23  7:58 ` Joe Jin
2015-10-23  8:20   ` Jan Beulich
2015-10-23  8:20   ` [Xen-devel] " Jan Beulich
2015-10-23  8:33     ` Joe Jin
2015-10-23  8:33     ` Joe Jin
2015-10-23  7:59 ` [PATCH 2/2] xen-front: limit vnic max_queues " Joe Jin
2015-10-23  7:59 ` Joe Jin
2015-10-23  8:47 ` [PATCH 0/2] limit xen vnic max queues number to online cpu number Paul Durrant
2015-10-23  8:47 ` Paul Durrant
2015-10-23  9:05   ` Joe Jin
2015-10-23  9:05   ` Joe Jin
2015-10-23  9:28     ` Jan Beulich
2015-10-23  9:28     ` [Xen-devel] " Jan Beulich
2015-10-23  9:57     ` Paul Durrant
2015-10-23  9:57     ` Paul Durrant
2015-10-23  7:53 Joe Jin

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.