Re: [net-next PATCH v2 3/8] udp: Do not pass MSS as parameter to GSO segmentation

2018-05-05 Thread Willem de Bruijn
On Fri, May 4, 2018 at 10:08 PM, Eric Dumazet wrote: > > > On 05/04/2018 11:29 AM, Alexander Duyck wrote: >> From: Alexander Duyck >> >> There is no point in passing MSS as a parameter for for the GSO >> segmentation call as it is already available via the shared info for the >> skb itself. >> >>

Re: [net-next PATCH v2 3/8] udp: Do not pass MSS as parameter to GSO segmentation

2018-05-04 Thread Eric Dumazet
On 05/04/2018 11:29 AM, Alexander Duyck wrote: > From: Alexander Duyck > > There is no point in passing MSS as a parameter for for the GSO > segmentation call as it is already available via the shared info for the > skb itself. > > Signed-off-by: Alexander Duyck > --- Reviewed-by: Eric Dumaz

[net-next PATCH v2 3/8] udp: Do not pass MSS as parameter to GSO segmentation

2018-05-04 Thread Alexander Duyck
From: Alexander Duyck There is no point in passing MSS as a parameter for for the GSO segmentation call as it is already available via the shared info for the skb itself. Signed-off-by: Alexander Duyck --- v2: New break-out patch based on one patch from earlier series include/net/udp.h