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

2015-12-06 Thread Thomas Monjalon
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 ped

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

2015-12-06 Thread 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 H