aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h
diff options
context:
space:
mode:
authorPravin B Shelar <pshelar@nicira.com>2014-11-05 18:27:48 -0500
committerPravin B Shelar <pshelar@nicira.com>2014-11-06 02:52:33 -0500
commit59b93b41e7fa71138734a911b11b044340dd16bd (patch)
tree7d5680f8c3eba5ce40a04b6115b41550c9d140f5 /include/linux/skbuff.h
parente1b2cb655060e081e73b384b1fc8b2e978f73467 (diff)
net: Remove MPLS GSO feature.
Device can export MPLS GSO support in dev->mpls_features same way it export vlan features in dev->vlan_features. So it is safe to remove NETIF_F_GSO_MPLS redundant flag. Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Diffstat (limited to 'include/linux/skbuff.h')
-rw-r--r--include/linux/skbuff.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h
index 39ec7530ae27..53f4f6c93356 100644
--- a/include/linux/skbuff.h
+++ b/include/linux/skbuff.h
@@ -372,9 +372,7 @@ enum {
372 372
373 SKB_GSO_UDP_TUNNEL_CSUM = 1 << 11, 373 SKB_GSO_UDP_TUNNEL_CSUM = 1 << 11,
374 374
375 SKB_GSO_MPLS = 1 << 12, 375 SKB_GSO_TUNNEL_REMCSUM = 1 << 12,
376
377 SKB_GSO_TUNNEL_REMCSUM = 1 << 13,
378}; 376};
379 377
380#if BITS_PER_LONG > 32 378#if BITS_PER_LONG > 32