> -----Original Message-----
> From: Matan Azrad <ma...@nvidia.com>
> Sent: Monday, November 23, 2020 17:57
> To: Slava Ovsiienko <viachesl...@nvidia.com>
> Cc: dev@dpdk.org; NBU-Contact-Thomas Monjalon <tho...@monjalon.net>
> 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 <ma...@nvidia.com>
Acked-by: Viacheslav Ovsiienko <viachesl...@nvidia.com>