mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-07 13:53:24 +00:00
net: make bonding slaves honour master's skb->priority
Signed-off-by: Maciej Żenczykowski <maze@google.com> Acked-by: Flavio Leitner <fbl@redhat.com> Signed-off-by: Jay Vosburgh <fubar@us.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
b0691c8ee7
commit
59fdaca9a4
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user