aboutsummaryrefslogtreecommitdiffstats
path: root/net/mpls
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 /net/mpls
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 'net/mpls')
-rw-r--r--net/mpls/mpls_gso.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/mpls/mpls_gso.c b/net/mpls/mpls_gso.c
index e3545f21a099..ca27837974fe 100644
--- a/net/mpls/mpls_gso.c
+++ b/net/mpls/mpls_gso.c
@@ -34,8 +34,7 @@ static struct sk_buff *mpls_gso_segment(struct sk_buff *skb,
34 SKB_GSO_TCP_ECN | 34 SKB_GSO_TCP_ECN |
35 SKB_GSO_GRE | 35 SKB_GSO_GRE |
36 SKB_GSO_GRE_CSUM | 36 SKB_GSO_GRE_CSUM |
37 SKB_GSO_IPIP | 37 SKB_GSO_IPIP)))
38 SKB_GSO_MPLS)))
39 goto out; 38 goto out;
40 39
41 /* Setup inner SKB. */ 40 /* Setup inner SKB. */