[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <562A0108.3070501@oracle.com>
Date: Fri, 23 Oct 2015 17:42:32 +0800
From: Joe Jin <joe.jin@...cle.com>
To: wei.liu2@...rix.com, Ian Campbell <ian.campbell@...rix.com>,
Boris Ostrovsky <boris.ostrovsky@...cle.com>,
Konrad Rzeszutek Wilk <konrad.wilk@...cle.com>,
"David S. Miller" <davem@...emloft.net>,
Jan Beulich <JBeulich@...e.com>
Cc: netdev@...r.kernel.org, xen-devel@...ts.xenproject.org
Subject: [PATCH V3 0/2] limit xen vnic max queues number to online cpus number
Currently xen vnic allowed to create lots of queues by set module param
max_queues(both netback and netfront), when queues number larger than
cpus 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-netfront: limit vnic max_queues number to online cpus
---
Changes in v3:
- Corrected the range info [1-CPUs].
Changes in v2:
- Replace param_get_int to param_get_uint.
- Use '%u' for unsigned int when print.
- Replace EINVAL to ERANGE when out of range [0-CPUs].
- Reset the perm of max_queues on sysfs to 0644.
drivers/net/xen-netback/netback.c | 28 ++++++++++++++++++++++------
drivers/net/xen-netfront.c | 28 ++++++++++++++++++++++------
2 files changed, 44 insertions(+), 12 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists