Re: [PATCH net-next 12/14] gtp: Configuration for zero UDP checksum

2017-09-21 Thread Tom Herbert
On Wed, Sep 20, 2017 at 6:55 PM, Harald Welte wrote: > Hi Tom, > > On Wed, Sep 20, 2017 at 11:09:29AM -0700, Tom Herbert wrote: >> On Mon, Sep 18, 2017 at 9:24 PM, David Miller wrote: >> > From: Tom Herbert >> >> Add configuration to control use of zero checksums on transmit for both >> >> IPv4

Re: [PATCH net-next 12/14] gtp: Configuration for zero UDP checksum

2017-09-20 Thread Harald Welte
Hi Tom, On Wed, Sep 20, 2017 at 11:09:29AM -0700, Tom Herbert wrote: > On Mon, Sep 18, 2017 at 9:24 PM, David Miller wrote: > > From: Tom Herbert > >> Add configuration to control use of zero checksums on transmit for both > >> IPv4 and IPv6, and control over accepting zero IPv6 checksums on > >

Re: [PATCH net-next 12/14] gtp: Configuration for zero UDP checksum

2017-09-20 Thread Tom Herbert
On Mon, Sep 18, 2017 at 9:24 PM, David Miller wrote: > From: Tom Herbert > Date: Mon, 18 Sep 2017 17:39:02 -0700 > >> Add configuration to control use of zero checksums on transmit for both >> IPv4 and IPv6, and control over accepting zero IPv6 checksums on >> receive. >> >> Signed-off-by: Tom He

Re: [PATCH net-next 12/14] gtp: Configuration for zero UDP checksum

2017-09-18 Thread David Miller
From: Tom Herbert Date: Mon, 18 Sep 2017 17:39:02 -0700 > Add configuration to control use of zero checksums on transmit for both > IPv4 and IPv6, and control over accepting zero IPv6 checksums on > receive. > > Signed-off-by: Tom Herbert I thought we were trying to move away from this special

[PATCH net-next 12/14] gtp: Configuration for zero UDP checksum

2017-09-18 Thread Tom Herbert
Add configuration to control use of zero checksums on transmit for both IPv4 and IPv6, and control over accepting zero IPv6 checksums on receive. Signed-off-by: Tom Herbert --- drivers/net/gtp.c| 35 +-- include/uapi/linux/if_link.h | 4 2 files