Eric Dumazet 2f8bc32b7a vlan: enable multiqueue xmits
vlan_dev_hard_start_xmit() & vlan_dev_hwaccel_hard_start_xmit()
select txqueue number 0, instead of using index provided by
skb_get_queue_mapping().

This is not correct after commit 2e59af3dcbdf11635c03f
[vlan: multiqueue vlan device] because
txq->tx_packets  & txq->tx_bytes changes are performed on
a single location, and not the right locking.

Fix is to take the appropriate struct netdev_queue pointer

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-09-03 02:19:58 -07:00
..
2008-07-05 21:26:57 -07:00
2008-07-08 03:23:36 -07:00
2009-09-03 02:19:58 -07:00
2009-09-02 18:03:00 -07:00
2009-09-02 18:03:00 -07:00
2008-10-28 23:02:34 -07:00
2009-08-05 10:42:58 -07:00