RE: [PATCH] common/mlx5: decrease log level for hlist creation

2021-11-19 Thread Slava Ovsiienko
ct: Re: [PATCH] common/mlx5: decrease log level for hlist creation > > Hi Slava, > > On Wed, Nov 17, 2021 at 3:46 PM David Marchand > wrote: > > > > On Wed, Nov 17, 2021 at 2:28 PM Slava Ovsiienko > wrote: > > > > > > I've re-checked the mlx5_hlist_cr

Re: [PATCH] common/mlx5: decrease log level for hlist creation

2021-11-18 Thread David Marchand
Hi Slava, On Wed, Nov 17, 2021 at 3:46 PM David Marchand wrote: > > On Wed, Nov 17, 2021 at 2:28 PM Slava Ovsiienko > wrote: > > > > I've re-checked the mlx5_hlist_create() call tree. > > > > And it seems all the calls are done with hardcoded const values for "size" > > argument, > > and all

Re: [PATCH] common/mlx5: decrease log level for hlist creation

2021-11-17 Thread David Marchand
On Wed, Nov 17, 2021 at 2:28 PM Slava Ovsiienko wrote: > > I've re-checked the mlx5_hlist_create() call tree. > > And it seems all the calls are done with hardcoded const values for "size" > argument, > and all these values are powers-of-2. > > We had an issue in the past, but then I was not see

RE: [PATCH] common/mlx5: decrease log level for hlist creation

2021-11-17 Thread Slava Ovsiienko
-Original Message- > > > From: David Marchand > > > Sent: Tuesday, November 16, 2021 22:34 > > > To: dev@dpdk.org > > > Cc: NBU-Contact-Thomas Monjalon ; > > > ferruh.yi...@intel.com; Matan Azrad ; Slava > > > Ovsiienko ; Suanming Mou > > >

Re: [PATCH] common/mlx5: decrease log level for hlist creation

2021-11-17 Thread David Marchand
Matan Azrad ; Slava Ovsiienko > > ; Suanming Mou > > Subject: [PATCH] common/mlx5: decrease log level for hlist creation > > > > Initialising mlx5 devices in OVS, I get the following logs: > > 2021-11-16T20:08:37Z|00021|dpdk|INFO|EAL: Probe PCI driver: mlx5_pci >

RE: [PATCH] common/mlx5: decrease log level for hlist creation

2021-11-17 Thread Slava Ovsiienko
rg > Cc: NBU-Contact-Thomas Monjalon ; > ferruh.yi...@intel.com; Matan Azrad ; Slava Ovsiienko > ; Suanming Mou > Subject: [PATCH] common/mlx5: decrease log level for hlist creation > > Initialising mlx5 devices in OVS, I get the following logs: > 2021-11-16T20:08:37Z|00021|d

Re: [PATCH] common/mlx5: decrease log level for hlist creation

2021-11-16 Thread Stephen Hemminger
On Tue, 16 Nov 2021 21:33:54 +0100 David Marchand wrote: > act_size = rte_align32pow2(size); > - DRV_LOG(WARNING, "Size 0x%" PRIX32 " is not power of 2, will " > + DRV_LOG(DEBUG, "Size 0x%" PRIX32 " is not power of 2, will " > "be aligne

[PATCH] common/mlx5: decrease log level for hlist creation

2021-11-16 Thread David Marchand
Initialising mlx5 devices in OVS, I get the following logs: 2021-11-16T20:08:37Z|00021|dpdk|INFO|EAL: Probe PCI driver: mlx5_pci (15b3:101d) device: :3b:00.0 (socket 0) 2021-11-16T20:08:37Z|00022|dpdk|INFO|common_mlx5: RTE_MEM is selected. 2021-11-16T20:08:38Z|00023|dpdk|WARN|mlx5_pci: Size 0xF