Re: [PATCH v17 net-next 3/8] devlink: Implement devlink param multi attribute nested data values

From: Ratheesh Kannoth

Date: Mon Jun 01 2026 - 23:45:55 EST


On 2026-06-01 at 08:28:38, Ratheesh Kannoth (rkannoth@xxxxxxxxxxx) wrote:
> From: Saeed Mahameed <saeedm@xxxxxxxxxx>
>

> + case DEVLINK_PARAM_TYPE_U64_ARRAY:
>> + if (val->u64arr.size >= __DEVLINK_PARAM_MAX_ARRAY_SIZE)
>Does this code reject an array that is exactly __DEVLINK_PARAM_MAX_ARRAY_SIZE
>elements long?

ACK.
pw-bot: changes-requested