Re: [PATCH net-next 4/7] ynl: add missing pieces to ethtool spec to better match uapi header
From: Stanislav Fomichev
Date: Wed Nov 13 2024 - 18:48:36 EST
On 11/13, Jakub Kicinski wrote:
> On Wed, 13 Nov 2024 10:10:20 -0800 Stanislav Fomichev wrote:
> > + attr-cnt-name: __ETHTOOL_UDP_TUNNEL_TYPE_CNT
>
> --ethtool-udp-tunnel-type-cnt ?
> or possibly
> __ethtool-udp-tunnel-type-cnt
>
> but let the codegen do the char conversion via c_upper()
The latter (__) seems more like a variable vs the first one that is more
like a flag. I'll try to stick to the __ form, but no strong preference
either.