RE: [PATCH v3] common/mlx5: replace use of PMD logtype

2023-09-25 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Stephen Hemminger > Sent: Monday, August 21, 2023 7:16 PM > To: dev@dpdk.org > Cc: Stephen Hemminger ; Slava Ovsiienko > ; Matan Azrad ; Ori Kam > ; Suanming Mou ; Gregory > Etelson > Subject: [PATCH v3] common/mlx5: replace

Re: [PATCH v3] common/mlx5: replace use of PMD logtype

2023-08-21 Thread Tyler Retzlaff
On Mon, Aug 21, 2023 at 09:16:25AM -0700, Stephen Hemminger wrote: > The goal to eliminate the generic PMD logtype. > One place it is used unnecessarily is in the mlx5 common code. > Change the one RTE_LOG() call here to use the same macro > as other log messages in same file. > > Fixes: 9c410b28b

[PATCH v3] common/mlx5: replace use of PMD logtype

2023-08-21 Thread Stephen Hemminger
The goal to eliminate the generic PMD logtype. One place it is used unnecessarily is in the mlx5 common code. Change the one RTE_LOG() call here to use the same macro as other log messages in same file. Fixes: 9c410b28b27a ("common/mlx5: refactor HCA attributes query") Cc: viachesl...@nvidia.com S