Skip to content

Commit

Permalink
datapath: Account for already defined NETIF_F_GSO_ENCAP_ALL
Browse files Browse the repository at this point in the history
Relates-to: f6eec614 ("openvswitch: Enable tunnel GSO for OVS bridge.")
Signed-off-by: Thomas Graf <[email protected]>
Acked-by: Pravin B Shelar <[email protected]>
  • Loading branch information
Thomas Graf authored and Pravin B Shelar committed Dec 10, 2014
1 parent 4510f85 commit 56a3eb2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions datapath/linux/compat/include/linux/netdev_features.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
#define NETIF_F_GSO_MPLS 0
#endif

#ifndef NETIF_F_GSO_ENCAP_ALL
#define NETIF_F_GSO_ENCAP_ALL (NETIF_F_GSO_GRE | \
NETIF_F_GSO_GRE_CSUM | \
NETIF_F_GSO_IPIP | \
Expand All @@ -52,3 +53,5 @@
#endif

#endif

#endif

0 comments on commit 56a3eb2

Please sign in to comment.