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

2020-06-18 Thread David Miller
From: Alexander Lobakin Date: Wed, 17 Jun 2020 20:42:47 + > 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 toggl

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

2020-06-17 Thread Michal Kubecek
On Wed, Jun 17, 2020 at 09:38:47PM +, Alexander Lobakin wrote: > Hi Michal, > > On Thursday, 18 June 2020, 0:18, Michal Kubecek wrote: > > > On Wed, Jun 17, 2020 at 08:42:47PM +, Alexander Lobakin wrote: > > > > > Commit 3b33583265ed ("net: Add fraglist GRO/GSO feature flags") missed > >

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

2020-06-17 Thread Alexander Lobakin
Hi Michal, On Thursday, 18 June 2020, 0:18, Michal Kubecek wrote: > On Wed, Jun 17, 2020 at 08:42:47PM +, Alexander Lobakin wrote: > > > Commit 3b33583265ed ("net: Add fraglist GRO/GSO feature flags") missed > > an entry for NETIF_F_GSO_FRAGLIST in netdev_features_strings array. As > > a res

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

2020-06-17 Thread Michal Kubecek
On Wed, Jun 17, 2020 at 08:42:47PM +, Alexander Lobakin wrote: > 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 to