diff options
author | Pravin B Shelar <pshelar@nicira.com> | 2014-11-05 18:27:48 -0500 |
---|---|---|
committer | Pravin B Shelar <pshelar@nicira.com> | 2014-11-06 02:52:33 -0500 |
commit | 59b93b41e7fa71138734a911b11b044340dd16bd (patch) | |
tree | 7d5680f8c3eba5ce40a04b6115b41550c9d140f5 /net/core | |
parent | e1b2cb655060e081e73b384b1fc8b2e978f73467 (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/core')
-rw-r--r-- | net/core/ethtool.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/core/ethtool.c b/net/core/ethtool.c index 06dfb293e5aa..b0f84f5ddda8 100644 --- a/net/core/ethtool.c +++ b/net/core/ethtool.c | |||
@@ -84,7 +84,6 @@ static const char netdev_features_strings[NETDEV_FEATURE_COUNT][ETH_GSTRING_LEN] | |||
84 | [NETIF_F_GSO_IPIP_BIT] = "tx-ipip-segmentation", | 84 | [NETIF_F_GSO_IPIP_BIT] = "tx-ipip-segmentation", |
85 | [NETIF_F_GSO_SIT_BIT] = "tx-sit-segmentation", | 85 | [NETIF_F_GSO_SIT_BIT] = "tx-sit-segmentation", |
86 | [NETIF_F_GSO_UDP_TUNNEL_BIT] = "tx-udp_tnl-segmentation", | 86 | [NETIF_F_GSO_UDP_TUNNEL_BIT] = "tx-udp_tnl-segmentation", |
87 | [NETIF_F_GSO_MPLS_BIT] = "tx-mpls-segmentation", | ||
88 | 87 | ||
89 | [NETIF_F_FCOE_CRC_BIT] = "tx-checksum-fcoe-crc", | 88 | [NETIF_F_FCOE_CRC_BIT] = "tx-checksum-fcoe-crc", |
90 | [NETIF_F_SCTP_CSUM_BIT] = "tx-checksum-sctp", | 89 | [NETIF_F_SCTP_CSUM_BIT] = "tx-checksum-sctp", |