[PATCH v3 2/9] net/gve: add logs and OS specific implementation

Stephen Hemminger stephen at networkplumber.org
Fri Sep 23 21:01:28 CEST 2022


On Fri, 23 Sep 2022 17:38:22 +0800
Junfeng Guo <junfeng.guo at intel.com> wrote:

> +
> +#define PMD_DRV_LOG(level, fmt, args...) \
> +	rte_log(RTE_LOG_ ## level, gve_logtype_driver, "%s(): " fmt "\n", \
> +		__func__, ## args)

Many of your existing log messages already have newline, so using this
common definition will create double spaced log messages.

Please audit all usages and print one newline.


More information about the dev mailing list