Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 224974
b: refs/heads/master
c: a8d764b
h: refs/heads/master
v: v3
  • Loading branch information
Junchang Wang authored and David S. Miller committed Dec 10, 2010
1 parent da5740f commit cb04e0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4afb7527ac8cc7bd8f03570e12f6eed0eca03363
refs/heads/master: a8d764b9832d3cc86019f71916665dd2d337d7c2
2 changes: 2 additions & 0 deletions trunk/net/core/pktgen.c
Original file line number Diff line number Diff line change
Expand Up @@ -2660,6 +2660,7 @@ static struct sk_buff *fill_packet_ipv4(struct net_device *odev,
sprintf(pkt_dev->result, "No memory");
return NULL;
}
prefetchw(skb->data);

skb_reserve(skb, datalen);

Expand Down Expand Up @@ -3007,6 +3008,7 @@ static struct sk_buff *fill_packet_ipv6(struct net_device *odev,
sprintf(pkt_dev->result, "No memory");
return NULL;
}
prefetchw(skb->data);

skb_reserve(skb, 16);

Expand Down

0 comments on commit cb04e0e

Please sign in to comment.