[dpdk-dev] [PATCH v2 0/4] adjust mlx debug logs

Thomas Monjalon thomas at monjalon.net
Tue Mar 9 10:48:32 CET 2021


Few adjustments of debug log usage in mlx4/mlx5.

v2:
    - fix a typo in an old log
    - separate commit for line feed fixes (and fix more)

Thomas Monjalon (4):
  net/mlx4: enable debug logs dynamically
  common/mlx5: enable debug logs dynamically
  common/mlx5: remove extra line feed in log messages
  net/mlx5: reduce log level of alignment message

 drivers/common/mlx5/mlx5_common.h     |  2 --
 drivers/common/mlx5/mlx5_common_mr.c  | 45 ++++++++++++++-------------
 drivers/common/mlx5/mlx5_common_pci.c |  4 +--
 drivers/common/mlx5/mlx5_devx_cmds.c  |  2 +-
 drivers/compress/mlx5/mlx5_compress.c |  2 +-
 drivers/net/mlx4/mlx4_utils.h         |  5 ++-
 drivers/net/mlx5/linux/mlx5_os.c      |  8 ++---
 drivers/net/mlx5/linux/mlx5_verbs.c   | 13 ++++----
 drivers/net/mlx5/mlx5_flow.c          |  2 +-
 drivers/net/mlx5/mlx5_mr.c            | 12 +++----
 drivers/net/mlx5/mlx5_rxq.c           | 11 ++++---
 drivers/net/mlx5/mlx5_utils.c         |  4 +--
 drivers/net/mlx5/windows/mlx5_os.c    |  2 +-
 drivers/vdpa/mlx5/mlx5_vdpa.c         |  2 +-
 14 files changed, 59 insertions(+), 55 deletions(-)

-- 
2.30.1



More information about the dev mailing list