commit | 7aa6498123a67001e950808ce6eb5930a4c5945f | [log] [tgz] |
---|---|---|
author | Veaceslav Falico <vfalico@redhat.com> | Wed Aug 28 23:25:13 2013 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Aug 29 16:19:43 2013 -0400 |
tree | 7b516d3d2e4fe71e11ef1269ba9517c4aff066de | |
parent | a59d3d21ea7636d4cc7fb921104b9b4a59196839 [diff] |
bonding: split alb_send_learning_packets() Create alb_send_lp_vid(), which will handle the skb/lp creation, vlan tagging and sending, and use it in alb_send_learning_packets(). This way all the logic remains in alb_send_learning_packets(), which becomes a lot more cleaner and easier to understand. CC: Jay Vosburgh <fubar@us.ibm.com> CC: Andy Gospodarek <andy@greyhouse.net> Signed-off-by: Veaceslav Falico <vfalico@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>