Skip to content

Commit

Permalink
net: make bonding slaves honour master's skb->priority
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Żenczykowski <[email protected]>
Acked-by: Flavio Leitner <[email protected]>
Signed-off-by: Jay Vosburgh <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
zenczykowski authored and davem330 committed Oct 25, 2011
1 parent b0691c8 commit 59fdaca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/bonding/bond_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,6 @@ int bond_dev_queue_xmit(struct bonding *bond, struct sk_buff *skb,
struct net_device *slave_dev)
{
skb->dev = slave_dev;
skb->priority = 1;

skb->queue_mapping = bond_queue_mapping(skb);

Expand Down

0 comments on commit 59fdaca

Please sign in to comment.