Re: [PATCH v11 net-next 4/7] devlink: Implement devlink param multi attribute nested data values

From: Ratheesh Kannoth

Date: Mon Apr 13 2026 - 07:00:55 EST


On 2026-04-13 at 16:24:41, Paolo Abeni (pabeni@xxxxxxxxxx) wrote:
> On 4/9/26 4:50 AM, Ratheesh Kannoth wrote:
> > @@ -441,6 +448,7 @@ union devlink_param_value {
> > u64 vu64;
> > char vstr[__DEVLINK_PARAM_MAX_STRING_VALUE];
> > bool vbool;
> > + struct devlink_param_u64_array u64arr;
>
> You mentioned that you intend to handle the possible CONFIG_FRAME_WARN
> with a separate patch. IMHO such patch need to be part of this series,
> or things will stay broken for an undefined amount of time until such
> patch is merged separatelly.

Patch no: 3 in the same series.
https://lore.kernel.org/netdev/20260409025055.1664053-4-rkannoth@xxxxxxxxxxx/#t

>
> /P
>