net/mlx4: enable debug logs dynamically
authorThomas Monjalon <thomas@monjalon.net>
Tue, 9 Mar 2021 09:48:33 +0000 (10:48 +0100)
committerRaslan Darawsheh <rasland@nvidia.com>
Mon, 15 Mar 2021 13:30:53 +0000 (14:30 +0100)
commit7bc56bd04c249a9154165f4dda58e27e958aa621
treeac01226c9da4b88629c592fd8cb4d9ab1419869c
parent32667f5b48a371cd65c35d26c61ea293745e1b44
net/mlx4: enable debug logs dynamically

The macro DEBUG was doing nothing if not compiled with
RTE_LIBRTE_MLX4_DEBUG.

As it is not used in the data path, it can be always enabled at
compilation time. Then it can be enabled at runtime with:
--log-level pmd.net.mlx4:debug

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Matan Azrad <matan@nvidia.com>
drivers/net/mlx4/mlx4_utils.h