[dpdk-dev] [PATCH] net/netvsc: fix log double spaced messages

Ferruh Yigit ferruh.yigit at intel.com
Thu Apr 8 10:22:39 CEST 2021


On 4/8/2021 3:03 AM, Long Li wrote:
>> -----Original Message-----
>> From: Stephen Hemminger <stephen at networkplumber.org>
>> Sent: Wednesday, April 7, 2021 7:01 PM
>> To: Long Li <longli at microsoft.com>
>> Cc: dev at dpdk.org; Stephen Hemminger <stephen at networkplumber.org>
>> 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 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.
>>
>> Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
> 
> Acked-by: Long Li <longli at microsoft.com>

     Fixes: a2a23a794b3a ("net/netvsc: support VF device hot add/remove")
     Cc: stable at dpdk.org

Applied to dpdk-next-net/main, thanks.



More information about the dev mailing list