RE: [PATCH] gso: Validate assumption of frag_list segementation

2017-04-19 Thread Ilan Tayari
> -Original Message- > From: David Miller [mailto:da...@davemloft.net] > > > 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 pa

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

2017-04-17 Thread David Miller
From: Date: Sun, 16 Apr 2017 11:00: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] gso: Validate assumption of frag_list segementation

2017-04-16 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: