Re: [dpdk-dev] [PATCH] net/virtio: remove blank lines in log

2021-09-15 Thread Xia, Chenbo
> -Original Message- > From: Thomas Monjalon > Sent: Wednesday, September 15, 2021 10:15 PM > To: dev@dpdk.org > Cc: Maxime Coquelin ; Xia, Chenbo > > Subject: [PATCH] net/virtio: remove blank lines in log > > The macro PMD_INIT_LOG includes already the line feed character. > Redundant \

Re: [dpdk-dev] [PATCH] net/virtio: remove blank lines in log

2021-09-15 Thread David Marchand
On Wed, Sep 15, 2021 at 4:15 PM Thomas Monjalon wrote: > > The macro PMD_INIT_LOG includes already the line feed character. > Redundant \n are removed. > > Signed-off-by: Thomas Monjalon Ah.. I did a similar patch cleaning logs in net/virtio this morning. Applying and diffing with mine, the dif

[dpdk-dev] [PATCH] net/virtio: remove blank lines in log

2021-09-15 Thread Thomas Monjalon
The macro PMD_INIT_LOG includes already the line feed character. Redundant \n are removed. Signed-off-by: Thomas Monjalon --- drivers/net/virtio/virtio_ethdev.c| 2 +- drivers/net/virtio/virtio_pci.c | 2 +- drivers/net/virtio/virtio_pci_ethdev.c| 6 ++--- ..