Re: [PATCH v17 net-next 3/8] devlink: Implement devlink param multi attribute nested data values
From: Ratheesh Kannoth <hidden>
Date: 2026-06-02 03:45:01
Also in:
lkml
From: Ratheesh Kannoth <hidden>
Date: 2026-06-02 03:45:01
Also in:
lkml
On 2026-06-01 at 08:28:38, Ratheesh Kannoth (rkannoth@marvell.com) wrote:
From: Saeed Mahameed <saeedm@nvidia.com>
+ case DEVLINK_PARAM_TYPE_U64_ARRAY:quoted
+ 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