Re: [PATCH v2] common/mlx5: update DevX error logging

2022-07-08 Thread Thomas Monjalon
06/07/2022 16:02, Gregory Etelson: > Current PMD logs all DevX errors at error level. > > DevX interface can fail queue counters allocation on some hardware > types. That is a known issue. > PMD fallback to VERB API to allocate queue counters > when it detects the fault. > That DevX failure should

[PATCH v2] common/mlx5: update DevX error logging

2022-07-06 Thread Gregory Etelson
Current PMD logs all DevX errors at error level. DevX interface can fail queue counters allocation on some hardware types. That is a known issue. PMD fallback to VERB API to allocate queue counters when it detects the fault. That DevX failure should not be logged as PMD error. The patch provides