Re: [PATCH net-next] sunvnet: add support for IPv6 checksum offloads

2017-07-16 Thread David Miller
From: Shannon Nelson Date: Thu, 6 Jul 2017 16:57:10 -0700 > The original code didn't handle non-IPv4 packets very well, so the > offload advertising had to be scaled back down to just IP. Here we > add the bits needed to support TCP and UDP packets over IPv6 and >

[PATCH net-next] sunvnet: add support for IPv6 checksum offloads

2017-07-06 Thread Shannon Nelson
The original code didn't handle non-IPv4 packets very well, so the offload advertising had to be scaled back down to just IP. Here we add the bits needed to support TCP and UDP packets over IPv6 and turn the offload advertising back on. Orabug: 26289579 Signed-off-by: Shannon Nelson