On 4/8/2021 3:03 AM, Long Li wrote:
-Original Message-
From: Stephen Hemminger
Sent: Wednesday, April 7, 2021 7:01 PM
To: Long Li
Cc: dev@dpdk.org; Stephen Hemminger
Subject: [PATCH] net/netvsc: fix log double spaced messages
The PMD_DRV_LOG macro in netvsc (like other drivers) adds a
> -Original Message-
> From: Stephen Hemminger
> Sent: Wednesday, April 7, 2021 7:01 PM
> To: Long Li
> Cc: dev@dpdk.org; Stephen Hemminger
> Subject: [PATCH] net/netvsc: fix log double spaced messages
>
> The PMD_DRV_LOG macro in netvsc (like other drivers) adds a newline to
> the log
The PMD_DRV_LOG macro in netvsc (like other drivers) adds a newline to
the log message as part of the macro expansion; therefore the
message should not have its own newline.
In a couple places, log messages were split across source lines
which can make looking them up in the source tree harder.
S
3 matches
Mail list logo