Re: [PATCH resend net] net: ethtool: add missing NETIF_F_GSO_FRAGLIST feature string

From: David Miller
Date: Thu Jun 18 2020 - 23:38:01 EST


From: Alexander Lobakin <alobakin@xxxxx>
Date: Wed, 17 Jun 2020 20:42:47 +0000

> Commit 3b33583265ed ("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: 3b33583265ed ("net: Add fraglist GRO/GSO feature flags")
> Signed-off-by: Alexander Lobakin <alobakin@xxxxx>

Applied and queued up for v5.6 -stable, thank you.