> -----Original Message-----
> From: Matan Azrad <[email protected]>
> Sent: Monday, November 23, 2020 17:57
> To: Slava Ovsiienko <[email protected]>
> Cc: [email protected]; NBU-Contact-Thomas Monjalon <[email protected]>
> Subject: [PATCH] net/mlx5: reduce log level in hlist registration
>
> In mlx5 internal hash list tool, there is a log print when an entry
> allocation is
> failed: Can't allocate hash list entry.
>
> Some initialization checks triggers hash list registration in order to check
> some
> capabilities. Here, the failure in registration doesn't lead to failure in the
> initialization flow, that is why the log level can be lower.
>
> Move the entry allocation failure log to debug level.
>
> Signed-off-by: Matan Azrad <[email protected]>
Acked-by: Viacheslav Ovsiienko <[email protected]>