Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bonding: slight optimization for bond_alb_xmit()
The bond_alb_xmit will check the return value for bond_dev_queue_xmit() every time, but the bond_dev_queue_xmit() is always return 0, it is no need to check the value every time, so remove the unneed judgement for the xmit path. Signed-off-by: Ding Tianhong <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information