Re: [Xen-devel] [PATCH V3 1/2] xen-netback: limit xen vif max queues number to online cpus

2015-10-26 Thread Wei Liu
On Fri, Oct 23, 2015 at 05:44:44PM +0800, Joe Jin wrote: > Should not allocate xen vif queues number more than online cpus. I think it's absolutely fine for administrators to override the value should they choose to. Wei. ___ Xen-devel mailing list Xen

Re: [Xen-devel] [PATCH V3 1/2] xen-netback: limit xen vif max queues number to online cpus

2015-10-23 Thread Andrew Cooper
On 23/10/15 10:44, Joe Jin wrote: > Should not allocate xen vif queues number more than online cpus. > > Signed-off-by: Joe Jin > Cc: Jan Beulich > Cc: Wei Liu > Cc: Ian Campbell > Cc: Boris Ostrovsky > Cc: Konrad Rzeszutek Wilk > --- > drivers/net/xen-netback/netback.c | 28 ++

[Xen-devel] [PATCH V3 1/2] xen-netback: limit xen vif max queues number to online cpus

2015-10-23 Thread Joe Jin
Should not allocate xen vif queues number more than online cpus. Signed-off-by: Joe Jin Cc: Jan Beulich Cc: Wei Liu Cc: Ian Campbell Cc: Boris Ostrovsky Cc: Konrad Rzeszutek Wilk --- drivers/net/xen-netback/netback.c | 28 ++-- 1 files changed, 22 insertions(+), 6