commit | 9a49aba1ad7bb7351f1878155f3e8c6719b5e751 | [log] [tgz] |
---|---|---|
author | Mahesh Bandewar <maheshb@google.com> | Tue Apr 22 16:30:18 2014 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 24 13:04:34 2014 -0400 |
tree | 7a6affb1fab16f2835fc606b907ced20c6bf6117 | |
parent | ee62e868139b96f73f3d01268ca1c39f7c6f4cd7 [diff] |
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>