Re: [net-next PATCH v2 8/9] mlx5e: Fix IPv6 tunnel checksum offload

2016-05-01 Thread Saeed Mahameed
On Sat, Apr 30, 2016 at 1:43 AM, Alexander Duyck wrote: > The mlx5 driver exposes support for TSO6 but not IPv6 csum for hardware > encapsulated tunnels. This leads to issues as it triggers warnings in > skb_checksum_help as it ends up being called as we report supporting the > segmentation but n

[net-next PATCH v2 8/9] mlx5e: Fix IPv6 tunnel checksum offload

2016-04-29 Thread Alexander Duyck
The mlx5 driver exposes support for TSO6 but not IPv6 csum for hardware encapsulated tunnels. This leads to issues as it triggers warnings in skb_checksum_help as it ends up being called as we report supporting the segmentation but not the checksumming for IPv6 frames. This patch corrects that an