Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ethtool: Add support for toggling any of the GSO offloads

The strings were missing for several of the GSO offloads that are
available. This patch provides the missing strings so that we can toggle
or query any of them via the ethtool command.

Signed-off-by: Alexander Duyck <aduyck@mirantis.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Alexander Duyck and committed by
David S. Miller
518f213d cb689269

+2
+2
net/core/ethtool.c
··· 82 82 [NETIF_F_TSO6_BIT] = "tx-tcp6-segmentation", 83 83 [NETIF_F_FSO_BIT] = "tx-fcoe-segmentation", 84 84 [NETIF_F_GSO_GRE_BIT] = "tx-gre-segmentation", 85 + [NETIF_F_GSO_GRE_CSUM_BIT] = "tx-gre-csum-segmentation", 85 86 [NETIF_F_GSO_IPIP_BIT] = "tx-ipip-segmentation", 86 87 [NETIF_F_GSO_SIT_BIT] = "tx-sit-segmentation", 87 88 [NETIF_F_GSO_UDP_TUNNEL_BIT] = "tx-udp_tnl-segmentation", 89 + [NETIF_F_GSO_UDP_TUNNEL_CSUM_BIT] = "tx-udp_tnl-csum-segmentation", 88 90 89 91 [NETIF_F_FCOE_CRC_BIT] = "tx-checksum-fcoe-crc", 90 92 [NETIF_F_SCTP_CRC_BIT] = "tx-checksum-sctp",