OSDN Git Service

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)
commit9a49aba1ad7bb7351f1878155f3e8c6719b5e751
tree7a6affb1fab16f2835fc606b907ced20c6bf6117
parentee62e868139b96f73f3d01268ca1c39f7c6f4cd7
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