]> git.baikalelectronics.ru Git - kernel.git/commit
net: ethtool: add missing NETIF_F_GSO_FRAGLIST feature string
authorAlexander Lobakin <alobakin@pm.me>
Wed, 17 Jun 2020 20:42:47 +0000 (20:42 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Jun 2020 03:37:11 +0000 (20:37 -0700)
commit1aa2dde475a6e104575ae57620c61af5e83a3d6a
tree9607a99f2545d1061756cf0b6ff7f4064555769b
parentb90ad0d7f922fadc4b5f2807b4f9ae0c83266a09
net: ethtool: add missing NETIF_F_GSO_FRAGLIST feature string

Commit e90255c7c7b8 ("net: Add fraglist GRO/GSO feature flags") missed
an entry for NETIF_F_GSO_FRAGLIST in netdev_features_strings array. As
a result, fraglist GSO feature is not shown in 'ethtool -k' output and
can't be toggled on/off.
The fix is trivial.

Fixes: e90255c7c7b8 ("net: Add fraglist GRO/GSO feature flags")
Signed-off-by: Alexander Lobakin <alobakin@pm.me>
Reviewed-by: Michal Kubecek <mkubecek@suse.cz>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ethtool/common.c