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

2021-09-28 Thread Maxime Coquelin
On 9/16/21 11:53, Thomas Monjalon wrote: The macros PMD_*_LOG already include the line feed character. Redundant \n are removed. Signed-off-by: Thomas Monjalon Reviewed-by: David Marchand Reviewed-by: Chenbo Xia --- v2: fix more macros than PMD_INIT_LOG --- drivers/net/virtio/virtio_ethd

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

2021-09-16 Thread David Marchand
On Thu, Sep 16, 2021 at 11:53 AM Thomas Monjalon wrote: > > The macros PMD_*_LOG already include the line feed character. > Redundant \n are removed. > > Signed-off-by: Thomas Monjalon > Reviewed-by: David Marchand > Reviewed-by: Chenbo Xia > --- > v2: fix more macros than PMD_INIT_LOG Just co

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

2021-09-16 Thread Thomas Monjalon
The macros PMD_*_LOG already include the line feed character. Redundant \n are removed. Signed-off-by: Thomas Monjalon Reviewed-by: David Marchand Reviewed-by: Chenbo Xia --- v2: fix more macros than PMD_INIT_LOG --- drivers/net/virtio/virtio_ethdev.c| 2 +- drivers/net/virtio/vir