Re: [PATCH net-next] net: Fix remote checksum offload with GUE

2016-03-22 Thread Tom Herbert
On Tue, Mar 22, 2016 at 3:09 PM, Tom Herbert wrote: > On Tue, Mar 22, 2016 at 2:45 PM, Alexander Duyck > wrote: >> On Tue, Mar 22, 2016 at 2:10 PM, Tom Herbert wrote: >>> On Tue, Mar 22, 2016 at 1:20 PM, Alexander Duyck >>> wrote: On Tue, Mar 22, 2016 at 12:19 PM, Tom Herbert wrote: >

Re: [PATCH net-next] net: Fix remote checksum offload with GUE

2016-03-22 Thread Tom Herbert
On Tue, Mar 22, 2016 at 2:45 PM, Alexander Duyck wrote: > On Tue, Mar 22, 2016 at 2:10 PM, Tom Herbert wrote: >> On Tue, Mar 22, 2016 at 1:20 PM, Alexander Duyck >> wrote: >>> On Tue, Mar 22, 2016 at 12:19 PM, Tom Herbert wrote: In skb_segment the check of whether or not to perform the che

Re: [PATCH net-next] net: Fix remote checksum offload with GUE

2016-03-22 Thread Alexander Duyck
On Tue, Mar 22, 2016 at 2:10 PM, Tom Herbert wrote: > On Tue, Mar 22, 2016 at 1:20 PM, Alexander Duyck > wrote: >> On Tue, Mar 22, 2016 at 12:19 PM, Tom Herbert wrote: >>> In skb_segment the check of whether or not to perform the checksum on >>> host was changed to not consider rather remote che

Re: [PATCH net-next] net: Fix remote checksum offload with GUE

2016-03-22 Thread Tom Herbert
On Tue, Mar 22, 2016 at 1:20 PM, Alexander Duyck wrote: > On Tue, Mar 22, 2016 at 12:19 PM, Tom Herbert wrote: >> In skb_segment the check of whether or not to perform the checksum on >> host was changed to not consider rather remote checksum offload is >> in use. In the case that can_checksum_pr

Re: [PATCH net-next] net: Fix remote checksum offload with GUE

2016-03-22 Thread Alexander Duyck
On Tue, Mar 22, 2016 at 12:19 PM, Tom Herbert wrote: > In skb_segment the check of whether or not to perform the checksum on > host was changed to not consider rather remote checksum offload is > in use. In the case that can_checksum_protocol fails the checksum > is computed regardless. __skb_udp_

[PATCH net-next] net: Fix remote checksum offload with GUE

2016-03-22 Thread Tom Herbert
In skb_segment the check of whether or not to perform the checksum on host was changed to not consider rather remote checksum offload is in use. In the case that can_checksum_protocol fails the checksum is computed regardless. __skb_udp_tunnel_segment was modified in a related patch to add NETIF_F_