Tuesday, June 5, 2018 11:45 AM, Nelio Laranjeiro:
> Subject: [dpdk-dev] [PATCH v2] 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.
> 
> Signed-off-by: Nelio Laranjeiro <nelio.laranje...@6wind.com>
> 
> ---
> 
> Changes in v2:
> 
> remove even more developer logs.
> ---
>  drivers/net/mlx5/mlx5_mr.c      | 119 +++++++++++++++-----------------
>  drivers/net/mlx5/mlx5_mr.h      |   5 +-
>  drivers/net/mlx5/mlx5_rxq.c     |  56 +--------------
>  drivers/net/mlx5/mlx5_trigger.c |   2 -
>  drivers/net/mlx5/mlx5_txq.c     |  18 +----
>  5 files changed, 62 insertions(+), 138 deletions(-)
> 

Applied to next-net-mlx, thanks. 

Reply via email to