lkml.org 
[lkml]   [2020]   [Jun]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.7 043/265] net: ethtool: add missing NETIF_F_GSO_FRAGLIST feature string
    Date
    From: Alexander Lobakin <alobakin@pm.me>

    [ Upstream commit eddbf5d0204e550ee59de02bdc19fe90d4203dd6 ]

    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@pm.me>
    Reviewed-by: Michal Kubecek <mkubecek@suse.cz>
    Signed-off-by: David S. Miller <davem@davemloft.net>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    ---
    net/ethtool/common.c | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/net/ethtool/common.c b/net/ethtool/common.c
    index 7f7fff88c5d3e..aaecfc916a4db 100644
    --- a/net/ethtool/common.c
    +++ b/net/ethtool/common.c
    @@ -44,6 +44,7 @@ const char netdev_features_strings[NETDEV_FEATURE_COUNT][ETH_GSTRING_LEN] = {
    [NETIF_F_GSO_SCTP_BIT] = "tx-sctp-segmentation",
    [NETIF_F_GSO_ESP_BIT] = "tx-esp-segmentation",
    [NETIF_F_GSO_UDP_L4_BIT] = "tx-udp-segmentation",
    + [NETIF_F_GSO_FRAGLIST_BIT] = "tx-gso-list",

    [NETIF_F_FCOE_CRC_BIT] = "tx-checksum-fcoe-crc",
    [NETIF_F_SCTP_CRC_BIT] = "tx-checksum-sctp",
    --
    2.25.1
    \
     
     \ /
      Last update: 2020-06-30 00:03    [W:5.755 / U:0.172 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site