Re: [PATCH net] gso: Validate assumption of frag_list segementation

2017-04-21 Thread David Miller
From: Date: Wed, 19 Apr 2017 21:26:07 +0300 > From: Ilan Tayari > > Commit 07b26c9454a2 ("gso: Support partial splitting at the frag_list > pointer") assumes that all SKBs in a frag_list (except maybe the last > one) contain the same amount of GSO payload. > > This assumption is not always cor

[PATCH net] gso: Validate assumption of frag_list segementation

2017-04-19 Thread ilant
From: Ilan Tayari Commit 07b26c9454a2 ("gso: Support partial splitting at the frag_list pointer") assumes that all SKBs in a frag_list (except maybe the last one) contain the same amount of GSO payload. This assumption is not always correct, resulting in the following warning message in the log: