Re: [Xen-devel] [PATCH 1/1] xen-netfront: limit max queues number to online cpus

2015-10-23 Thread Joe Jin
We need to take care sysfs too, please ignore this patch, I'll create new one later for review and comment. Thanks, Joe On 10/23/2015 08:50 AM, Joe Jin wrote: > Should not allocate queues number more than online cpus. > > Signed-off-by: Joe Jin > Cc: Boris Ostrovsky > Cc: Konrad Rzeszutek Wilk

[Xen-devel] [PATCH 1/1] xen-netfront: limit max queues number to online cpus

2015-10-22 Thread Joe Jin
Should not allocate queues number more than online cpus. Signed-off-by: Joe Jin Cc: Boris Ostrovsky Cc: Konrad Rzeszutek Wilk Cc: David S. Miller --- drivers/net/xen-netfront.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/net/xen-netfront.c b/drivers/net/x