From: Tom Herbert Date: Sun, 15 Jun 2014 06:23:52 +0000 (-0700) Subject: net: Fix GSO constants to match NETIF flags X-Git-Tag: omap-for-v3.16/fixes-against-rc1~10^2~1^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b28252cada3d0521ab59751f4240ecdfb9bba18;p=pandora-kernel.git net: Fix GSO constants to match NETIF flags Joseph Gasparakis reported that VXLAN GSO offload stopped working with i40e device after recent UDP changes. The problem is that the SKB_GSO_* bits are out of sync with the corresponding NETIF flags. This patch fixes that. Also, we add BUILD_BUG_ONs in net_gso_ok for several GSO constants that were missing to avoid the problem in the future. Reported-by: Joseph Gasparakis Signed-off-by: Tom Herbert Signed-off-by: David S. Miller --- Reading git-diff-tree failed