]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit4493b81bea24269df898339dee638d7c5cb2b2df
tree42e6fcac22f6c543c117539ed17d0d063aabb77f
parentd5e73f7be850323ae3adbbe84ed37a38b0c31476
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