Re: [PATCH] net: hns: Fix ethtool private flags

From: David Miller
Date: Sat Mar 17 2018 - 19:48:54 EST


From: Matthias Brugger <matthias.bgg@xxxxxxxxx>
Date: Thu, 15 Mar 2018 17:54:20 +0100

> The driver implementation returns support for private flags, while
> no private flags are present. When asked for the number of private
> flags it returns the number of statistic flag names.
>
> Fix this by returning EOPNOTSUPP for not implemented ethtool flags.
>
> Signed-off-by: Matthias Brugger <mbrugger@xxxxxxxx>

Looks good, applied, thank you.