Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 159325
b: refs/heads/master
c: 36e89d7
h: refs/heads/master
i:
  159323: f6bb7c2
v: v3
  • Loading branch information
Lucy Liu authored and David S. Miller committed Aug 5, 2009
1 parent 41c0e81 commit 1d302de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 14074eab8dcaa7f66d8f52612b2dcec51222bb5f
refs/heads/master: 36e89d73e54c8db79d0fd1636cab9236eea7aae9
2 changes: 1 addition & 1 deletion trunk/drivers/net/ixgbe/ixgbe_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -5126,7 +5126,7 @@ static u16 ixgbe_select_queue(struct net_device *dev, struct sk_buff *skb)
return smp_processor_id();

if (adapter->flags & IXGBE_FLAG_DCB_ENABLED)
return 0; /* All traffic should default to class 0 */
return (skb->vlan_tci & IXGBE_TX_FLAGS_VLAN_PRIO_MASK) >> 13;

return skb_tx_hash(dev, skb);
}
Expand Down

0 comments on commit 1d302de

Please sign in to comment.