Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98569
b: refs/heads/master
c: 251a4b3
h: refs/heads/master
i:
  98567: d344f91
v: v3
  • Loading branch information
Eli Cohen authored and David S. Miller committed Jun 28, 2008
1 parent f89f1d1 commit 2807b22
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 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: 9a375803feaadb6c34e0807bd9325885dcca5c00
refs/heads/master: 251a4b320f2352598f84e4452ab538aa8064af52
6 changes: 5 additions & 1 deletion trunk/include/linux/inet_lro.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,11 @@ struct net_lro_mgr {
from received packets and eth protocol
is still ETH_P_8021Q */

u32 ip_summed; /* Set in non generated SKBs in page mode */
/*
* Set for generated SKBs that are not added to
* the frag list in fragmented mode
*/
u32 ip_summed;
u32 ip_summed_aggr; /* Set in aggregated SKBs: CHECKSUM_UNNECESSARY
* or CHECKSUM_NONE */

Expand Down
3 changes: 1 addition & 2 deletions trunk/net/ipv4/inet_lro.c
Original file line number Diff line number Diff line change
Expand Up @@ -383,8 +383,7 @@ static int __lro_proc_skb(struct net_lro_mgr *lro_mgr, struct sk_buff *skb,
out2: /* send aggregated SKBs to stack */
lro_flush(lro_mgr, lro_desc);

out: /* Original SKB has to be posted to stack */
skb->ip_summed = lro_mgr->ip_summed;
out:
return 1;
}

Expand Down

0 comments on commit 2807b22

Please sign in to comment.