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

From: Simon Horman
Date: Fri Apr 19 2024 - 08:32:06 EST


On Fri, Apr 19, 2024 at 12:30:31AM +0530, Sai Krishna wrote:
> Added a devlink param to set/modify unicast filter count. Currently
> it's hardcoded with a macro.
>
> commands:
>
> To get the current unicast filter count
> # devlink dev param show pci/0002:02:00.0 name unicast_filter_count
>
> To change/set the unicast filter count
> # devlink dev param set pci/0002:02:00.0 name unicast_filter_count
> value 5 cmode runtime
>
> Signed-off-by: Sai Krishna <saikrishnag@xxxxxxxxxxx>
> ---
> v2:
> - Addressed review comments given by Simon Horman
> 1. Updated the commit message with example commads
> 2. Modified/optimized conditions

Reviewed-by: Simon Horman <horms@xxxxxxxxxx>