Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leleobhz/2e92e11e4423536aa9da to your computer and use it in GitHub Desktop.
Save leleobhz/2e92e11e4423536aa9da to your computer and use it in GitHub Desktop.
patches/4.5.0_Rename_NETIF_F_ALL_CSUM_to_NETIF_F_CSUM_MASK_a188222b6ed29404ac2d4232d35d1fe0e77af370.diff
--- ixgbe-4.3.13/src/ixgbe_main.c.orig 2016-03-17 16:08:15.760575400 -0300
+++ ixgbe-4.3.13/src/ixgbe_main.c 2016-03-17 16:08:50.887574276 -0300
@@ -9574,7 +9574,7 @@
if (unlikely(skb_inner_mac_header(skb) - skb_transport_header(skb) >
IXGBE_MAX_TUNNEL_HDR_LEN))
- return features & ~NETIF_F_ALL_CSUM;
+ return features & ~NETIF_F_CSUM_MASK;
return features;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment