Re: [dpdk-dev] [PATCH] net/mlx5: reduce log level in hlist registration

2020-11-24 Thread Thomas Monjalon
> > 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

Re: [dpdk-dev] [PATCH] net/mlx5: reduce log level in hlist registration

2020-11-23 Thread Slava Ovsiienko
> -Original Message- > From: Matan Azrad > Sent: Monday, November 23, 2020 17:57 > To: Slava Ovsiienko > Cc: dev@dpdk.org; NBU-Contact-Thomas Monjalon > Subject: [PATCH] net/mlx5: reduce log level in hlist registration > > In mlx5 internal hash list tool, there is a log print when an en

Re: [dpdk-dev] [PATCH] net/mlx5: reduce log level in hlist registration

2020-11-23 Thread Asaf Penso
Regards, Asaf Penso >-Original Message- >From: dev On Behalf Of Matan Azrad >Sent: Monday, November 23, 2020 5:57 PM >To: Slava Ovsiienko >Cc: dev@dpdk.org; NBU-Contact-Thomas Monjalon >Subject: [dpdk-dev] [PATCH] net/mlx5: reduce log level in hlist registration &

[dpdk-dev] [PATCH] net/mlx5: reduce log level in hlist registration

2020-11-23 Thread Matan Azrad
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