Re: [PATCH net-next] gso: Support frag_list splitting with head_frag

2017-04-12 Thread David Miller
From: Date: Sat, 8 Apr 2017 02:07:08 +0300 > From: Ilan Tayari > > A driver may use build_skb() for received packets. > These SKBs then have a head_frag. > > Since commit d7e8883cfcf4 ("net: make GRO aware of > skb->head_frag"), GRO may build frag_list SKBs out of > head_frag received SKBs. >

[PATCH net-next] gso: Support frag_list splitting with head_frag

2017-04-07 Thread ilant
From: Ilan Tayari A driver may use build_skb() for received packets. These SKBs then have a head_frag. Since commit d7e8883cfcf4 ("net: make GRO aware of skb->head_frag"), GRO may build frag_list SKBs out of head_frag received SKBs. In such a case, the chained SKBs end up with a head_frag. Comm