Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290109
b: refs/heads/master
c: de8261c
h: refs/heads/master
i:
  290107: 99ab979
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Feb 13, 2012
1 parent 894cee7 commit df5a71c
Show file tree
Hide file tree
Showing 2 changed files with 3 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: c5665a538da6b887a5096358a12527785506e5ac
refs/heads/master: de8261c2fa364397ed872fad1244d75364689168
3 changes: 2 additions & 1 deletion trunk/net/core/skbuff.c
Original file line number Diff line number Diff line change
Expand Up @@ -2906,7 +2906,7 @@ int skb_gro_receive(struct sk_buff **head, struct sk_buff *skb)
nskb->prev = p;

nskb->data_len += p->len;
nskb->truesize += p->len;
nskb->truesize += p->truesize;
nskb->len += p->len;

*head = nskb;
Expand All @@ -2916,6 +2916,7 @@ int skb_gro_receive(struct sk_buff **head, struct sk_buff *skb)
p = nskb;

merge:
p->truesize += skb->truesize - len;
if (offset > headlen) {
unsigned int eat = offset - headlen;

Expand Down

0 comments on commit df5a71c

Please sign in to comment.