[dpdk-dev] [PATCH] lib: librte_ether: fix RTE_PMD_DEBUG_TRACE macro

Thomas Monjalon thomas.monjalon at 6wind.com
Sun Dec 6 16:17:22 CET 2015


2015-12-06 15:13, Yaacov Hazan:
> RTE_PMD_DEBUG_TRACE was changed also to support pedantic flag,
> but not completely.
> 
> the macro changed only under the RTE_LIBRTE_ETHDEV_DEBUG define,
> but when RTE_LIBRTE_ETHDEV_DEBUG is not defined the old format
> was left.
> 
> fix the macro to support pedantic flag in any case.
> 
> Signed-off-by: Yaacov Hazan <yaacovh at mellanox.com>

Fixes: b974e4a40cb5 ("ethdev: make error checking macros public")

Applied, thanks


More information about the dev mailing list