net/mlx5: clean-up developer logs
authorNelio Laranjeiro <nelio.laranjeiro@6wind.com>
Tue, 5 Jun 2018 08:45:22 +0000 (10:45 +0200)
committerFerruh Yigit <ferruh.yigit@intel.com>
Mon, 2 Jul 2018 23:35:57 +0000 (01:35 +0200)
commitc44fbc7cc2fb6cf62956d6b5bb2c0206884ad568
treef65f8fdacb093087e5c29a117e56eab2bf535e32
parent05e0eee0001cb19671eb7e8d3dd68680a695fea2
net/mlx5: clean-up developer logs

Split maintainers logs from user logs.

A lot of debug logs are present providing internal information on how
the PMD works to users.  Such logs should not be available for them and
thus should remain available only when the PMD is compiled in debug
mode.

This commits removes some useless debug logs, move the Maintainers ones
under DEBUG and also move dump into debug mode only.

Cc: stable@dpdk.org
Signed-off-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
drivers/net/mlx5/mlx5_mr.c
drivers/net/mlx5/mlx5_mr.h
drivers/net/mlx5/mlx5_rxq.c
drivers/net/mlx5/mlx5_trigger.c
drivers/net/mlx5/mlx5_txq.c