Re: [PATCH net-next] sunvnet: restrict advertized checksum offloads to just IP

2017-06-15 Thread Shannon Nelson
On 6/15/2017 11:23 AM, David Miller wrote: Applied, but this bug must be fixed properly and ipv6 checksumming properly supported. Thanks. Understood - we just wanted first to stop the bleeding while we think about how to do this right. Thanks, sln

Re: [PATCH net-next] sunvnet: restrict advertized checksum offloads to just IP

2017-06-15 Thread David Miller
From: Shannon Nelson Date: Wed, 14 Jun 2017 15:43:37 -0700 > As much as we'd like to play well with others, we really aren't > handling the checksums on non-IP protocol packets very well. This > is easily seen when trying to do TCP over ipv6 - the checksums are >

[PATCH net-next] sunvnet: restrict advertized checksum offloads to just IP

2017-06-14 Thread Shannon Nelson
As much as we'd like to play well with others, we really aren't handling the checksums on non-IP protocol packets very well. This is easily seen when trying to do TCP over ipv6 - the checksums are garbage. Here we restrict the checksum feature flag to just IP traffic so that we aren't given work