commit | 996e802187889f1cd412e6929c9344b92ccb78c4 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <aduyck@mirantis.com> | Mon May 02 09:25:10 2016 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue May 03 16:00:54 2016 -0400 |
tree | 19e9e66c3014702dc294d9f8ca1fb7d7662f8244 | |
parent | 0e28bf93a273cce0db67a17428697abb722c36b8 [diff] |
net: Disable segmentation if checksumming is not supported In the case of the mlx4 and mlx5 driver they do not support IPv6 checksum offload for tunnels. With this being the case we should disable GSO in addition to the checksum offload features when we find that a device cannot perform a checksum on a given packet type. Signed-off-by: Alexander Duyck <aduyck@mirantis.com> Signed-off-by: David S. Miller <davem@davemloft.net>