From: Or Gerlitz Date: Thu, 30 Oct 2014 13:59:27 +0000 (+0200) Subject: net/mlx4_en: Don't attempt to TX offload the outer UDP checksum for VXLAN X-Git-Tag: omap-for-v3.19/fixes-not-urgent-part1~25^2~14^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4f2dacbf2a5045e34b98a35d9a3857800f25a7b;p=pandora-kernel.git net/mlx4_en: Don't attempt to TX offload the outer UDP checksum for VXLAN For VXLAN/NVGRE encapsulation, the current HW doesn't support offloading both the outer UDP TX checksum and the inner TCP/UDP TX checksum. The driver doesn't advertize SKB_GSO_UDP_TUNNEL_CSUM, however we are wrongly telling the HW to offload the outer UDP checksum for encapsulated packets, fix that. Fixes: 837052d0ccc5 ('net/mlx4_en: Add netdev support for TCP/IP offloads of vxlan tunneling') Signed-off-by: Or Gerlitz Signed-off-by: David S. Miller --- Reading git-diff-tree failed