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

2017-04-21 Thread David Miller
From: Mahesh Bandewar Date: Thu, 20 Apr 2017 12:49:24 -0700 > 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

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

2017-04-20 Thread Andy Gospodarek
On Thu, Apr 20, 2017 at 12:49:24PM -0700, 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 creat

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

2017-04-20 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