]> git.baikalelectronics.ru Git - kernel.git/commit
bonding: Reorg bond_alb_xmit code
authorMahesh Bandewar <maheshb@google.com>
Tue, 22 Apr 2014 23:30:18 +0000 (16:30 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 24 Apr 2014 17:04:34 +0000 (13:04 -0400)
commite48761f35e8549823aeb99599bb84a7e3751ee16
tree7a6affb1fab16f2835fc606b907ced20c6bf6117
parent750c5d86191f99f1dbe4acfe9670359b7eea05c7
bonding: Reorg bond_alb_xmit code

Separating the actual xmit part from the function in a separate
function that can be used in the tlb_xmit in the next patch. Also
there is no reason do_tx_balance to be an int so changing it to
bool type.

Change-Id: I9c48ff30487810f68587e621a191db616f49bd3b
Signed-off-by: Mahesh Bandewar <maheshb@google.com>
Acked-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bonding/bond_alb.c