Re: [PATCH next] bonding: fix wq initialization for links created via netlink

2017-04-20 Thread महेश बंडेवार
On Thu, Apr 20, 2017 at 11:06 AM, Joe Stringer wrote: > On 19 April 2017 at 17:30, Mahesh Bandewar wrote: >> From: Mahesh Bandewar >> [...] >> >> Fixes: 4493b81bea ("bonding: initialize work-queues during creation of bond") >> Reported-by: Joe Stringer >> Signed-off-by: Mahesh Bandewar >> ---

Re: [PATCH next] bonding: fix wq initialization for links created via netlink

2017-04-20 Thread Joe Stringer
On 19 April 2017 at 17:30, Mahesh Bandewar wrote: > From: Mahesh Bandewar > > Earlier patch 4493b81bea ("bonding: initialize work-queues during > creation of bond") moved the work-queue initialization from bond_open() > to bond_create(). However this caused the link those are created using > netl

[PATCH next] bonding: fix wq initialization for links created via netlink

2017-04-19 Thread Mahesh Bandewar
From: Mahesh Bandewar Earlier patch 4493b81bea ("bonding: initialize work-queues during creation of bond") moved the work-queue initialization from bond_open() to bond_create(). However this caused the link those are created using netlink 'create bond option' (ip link add bondX type bond); create