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

2023-06-13 Thread David Marchand
On Mon, Mar 6, 2023 at 2:19 PM Slava Ovsiienko wrote: > > Hi, Stephen > > We have another place of using RTE_LOG in mlx5_glue_path(). > Should we update this one as well ? I think we should. Stephen can you send a new revision? -- David Marchand

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

2023-03-06 Thread Slava Ovsiienko
Slava Ovsiienko > ; Matan Azrad ; Gregory > Etelson > Subject: [PATCH] common/mlx5: replace use of PMD logtype > > 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 s

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

2023-02-23 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