Re: [PATCH] net: netronome: use double ptr for gstrings
From: Jakub Kicinski
Date: Fri Nov 08 2024 - 22:59:55 EST
On Fri, 8 Nov 2024 12:41:54 -0800 Rosen Penev wrote:
> Currently the code copies a pointer and propagates increments that way.
>
> Instead of doing that, increment with a double pointer, which the
> ethtool string helpers expect.
>
> Also converted some memcpy calls to ethtool_puts, as they should be.
Let's not "convert" a driver which already uses the ethtool_ print
helpers. Replace the memcpy but leave the rest be, please.
--
pw-bot: cr