]> git.baikalelectronics.ru Git - kernel.git/commit
net: ethtool: add missing string for NETIF_F_GSO_TUNNEL_REMCSUM
authorAlexander Lobakin <alobakin@pm.me>
Tue, 23 Jun 2020 10:43:48 +0000 (10:43 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 23 Jun 2020 21:52:27 +0000 (14:52 -0700)
commitd993b952761105814ea8c655fa2c3bc5b35f48eb
tree5f71ccf097da29cca98203819106d38ea2b272ad
parentca45c9e41df8962d07d3af818016aaab082a8fe9
net: ethtool: add missing string for NETIF_F_GSO_TUNNEL_REMCSUM

Commit 1817a31c5d4f ("udp: Changes to udp_offload to support remote
checksum offload") added new GSO type and a corresponding netdev
feature, but missed Ethtool's 'netdev_features_strings' table.
Give it a name so it will be exposed to userspace and become available
for manual configuration.

v3:
 - decouple from "netdev_features_strings[] cleanup" series;
 - no functional changes.

v2:
 - don't split the "Fixes:" tag across lines;
 - no functional changes.

Fixes: 1817a31c5d4f ("udp: Changes to udp_offload to support remote checksum offload")
Signed-off-by: Alexander Lobakin <alobakin@pm.me>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ethtool/common.c