Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143461
b: refs/heads/master
c: 95615d9
h: refs/heads/master
i:
  143459: b581c18
v: v3
  • Loading branch information
Wu Fengguang authored and David S. Miller committed Apr 15, 2009
1 parent 1d98910 commit ce55988
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: 6fd4777a1fec1f7757b5a302ad3fdcc1eae2abba
refs/heads/master: 95615d90a321349709c80091f2a9cb284757ff0d
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 @@ -4342,7 +4342,7 @@ static int ixgbe_xmit_frame(struct sk_buff *skb, struct net_device *netdev)
int count = 0;
unsigned int f;

r_idx = (adapter->num_tx_queues - 1) & skb->queue_mapping;
r_idx = skb->queue_mapping;
tx_ring = &adapter->tx_ring[r_idx];

if (adapter->vlgrp && vlan_tx_tag_present(skb)) {
Expand Down

0 comments on commit ce55988

Please sign in to comment.