Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221997
b: refs/heads/master
c: eb58906
h: refs/heads/master
i:
  221995: 7b89a82
v: v3
  • Loading branch information
Junchang Wang authored and David S. Miller committed Nov 8, 2010
1 parent 6b43150 commit 1041830
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 18543a643fae694982c7d89c22436885f3506497
refs/heads/master: eb589063ed482f5592b1378e4136d6998419af6e
4 changes: 2 additions & 2 deletions trunk/net/core/pktgen.c
Original file line number Diff line number Diff line change
Expand Up @@ -2612,8 +2612,8 @@ static struct sk_buff *fill_packet_ipv4(struct net_device *odev,
/* Update any of the values, used when we're incrementing various
* fields.
*/
queue_map = pkt_dev->cur_queue_map;
mod_cur_headers(pkt_dev);
queue_map = pkt_dev->cur_queue_map;

datalen = (odev->hard_header_len + 16) & ~0xf;

Expand Down Expand Up @@ -2976,8 +2976,8 @@ static struct sk_buff *fill_packet_ipv6(struct net_device *odev,
/* Update any of the values, used when we're incrementing various
* fields.
*/
queue_map = pkt_dev->cur_queue_map;
mod_cur_headers(pkt_dev);
queue_map = pkt_dev->cur_queue_map;

skb = __netdev_alloc_skb(odev,
pkt_dev->cur_pkt_size + 64
Expand Down

0 comments on commit 1041830

Please sign in to comment.