[dpdk-dev] [PATCH] net/mlx5: remove redundant new line char in logs

Dekel Peled dekelp at mellanox.com
Wed Oct 30 10:40:33 CET 2019


Thanks, PSB.

> -----Original Message-----
> From: David Marchand <david.marchand at redhat.com>
> Sent: Wednesday, October 30, 2019 11:03 AM
> To: Dekel Peled <dekelp at mellanox.com>
> Cc: Matan Azrad <matan at mellanox.com>; Slava Ovsiienko
> <viacheslavo at mellanox.com>; Shahaf Shuler <shahafs at mellanox.com>; Ori
> Kam <orika at mellanox.com>; dev <dev at dpdk.org>
> Subject: Re: [dpdk-dev] [PATCH] net/mlx5: remove redundant new line char
> in logs
> 
> On Wed, Oct 30, 2019 at 9:45 AM Dekel Peled <dekelp at mellanox.com>
> wrote:
> >
> > DRV_LOG macro is used to print log messages, one per line.
> > In several locations this macro is used with redundant '\n' character
> > at the end of the log message, causing blank lines between log lines.
> >
> > This patch removes the '\n' character where it is redundant.
> 
> Missing Fixes: ?

This patch is 'cosmetic', not functional.
It changes code of several patches, from previous releases and also from current release.
For these reasons I didn't send it as a fix, and without cc stable.

> 
> 
> --
> David Marchand



More information about the dev mailing list