commit | 0f15b0986996a4d45090c0010728055c6aa2b458 | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Sun Sep 03 20:27:01 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 05 11:53:34 2017 -0700 |
tree | 4202382fc625971aed8e7f271c272063a6e79fb0 | |
parent | 55199df6d2af55be414f40856efcb527811001bb [diff] |
net: dsa: tag_brcm: Set output queue from skb queue mapping We originally used skb->priority but that was not quite correct as this bitfield needs to contain the egress switch queue we intend to send this SKB to. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>