]> git.baikalelectronics.ru Git - kernel.git/commit
bonding: initialize work-queues during creation of bond
authorMahesh Bandewar <maheshb@google.com>
Wed, 8 Mar 2017 18:55:54 +0000 (10:55 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 10 Mar 2017 01:33:29 +0000 (17:33 -0800)
commit8317bca8f674222f2ff8a5473f7b29e5652fe69b
tree42e6fcac22f6c543c117539ed17d0d063aabb77f
parentb82c34f603bac658c95cc159a8a3cbd1817ce6d9
bonding: initialize work-queues during creation of bond

Initializing work-queues every time ifup operation performed is unnecessary
and can be performed only once when the port is created.

Signed-off-by: Mahesh Bandewar <maheshb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bonding/bond_main.c