Re: [net-next PATCH v2] octeontx2-pf: Add ucast filter count configurability via devlink.

From: Jakub Kicinski
Date: Mon Apr 22 2024 - 17:18:55 EST


On Fri, 19 Apr 2024 00:30:31 +0530 Sai Krishna wrote:
> + DEVLINK_PARAM_DRIVER(OTX2_DEVLINK_PARAM_ID_UCAST_FLT_CNT,
> + "unicast_filter_count", DEVLINK_PARAM_TYPE_U8,
> + BIT(DEVLINK_PARAM_CMODE_RUNTIME),
> + otx2_dl_ucast_flt_cnt_get, otx2_dl_ucast_flt_cnt_set,
> + otx2_dl_ucast_flt_cnt_validate),

All devlink params must be documented (Documentation/networking/devlink)
including the explanation of the tradeoffs involved in changing the
setting.
--
pw-bot: cr