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

2018-05-06 Thread Alexander Duyck
On Sun, May 6, 2018 at 10:17 AM, Willem de Bruijn wrote: > On Sat, May 5, 2018 at 7:39 PM, Alexander Duyck > wrote: >> On Sat, May 5, 2018 at 3:01 AM, Willem de Bruijn >> wrote: >>> On Fri, May 4, 2018

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

2018-05-06 Thread Willem de Bruijn
On Sat, May 5, 2018 at 7:39 PM, Alexander Duyck wrote: > On Sat, May 5, 2018 at 3:01 AM, Willem de Bruijn > wrote: >> On Fri, May 4, 2018 at 8:30 PM, Alexander Duyck >> wrote: >>> From: Alexander Duyck

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

2018-05-05 Thread Alexander Duyck
On Sat, May 5, 2018 at 3:01 AM, Willem de Bruijn wrote: > On Fri, May 4, 2018 at 8:30 PM, Alexander Duyck > wrote: >> From: Alexander Duyck >> >> This patch is meant to allow us to avoid having to recompute

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

2018-05-05 Thread Willem de Bruijn
On Fri, May 4, 2018 at 8:30 PM, Alexander Duyck wrote: > From: Alexander Duyck > > This patch is meant to allow us to avoid having to recompute the checksum > from scratch and have it passed as a parameter. > > Instead of taking that

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

2018-05-04 Thread Alexander Duyck
On Fri, May 4, 2018 at 1:19 PM, Eric Dumazet wrote: > > > On 05/04/2018 11:30 AM, Alexander Duyck wrote: >> From: Alexander Duyck >> >> This patch is meant to allow us to avoid having to recompute the checksum >> from scratch and have it

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

2018-05-04 Thread Eric Dumazet
On 05/04/2018 11:30 AM, Alexander Duyck wrote: > From: Alexander Duyck > > This patch is meant to allow us to avoid having to recompute the checksum > from scratch and have it passed as a parameter. > > Instead of taking that approach we can take advantage of the