[dpdk-dev] [PATCH] ixgbe: fix build with bypass and debug enabled

2014-12-01 Thread David Marchand
On Mon, Dec 1, 2014 at 6:40 PM, Thomas Monjalon wrote: > Since commit aae1047905621 ("use the right debug macro"), > DEBUGOUT was replaced by PMD_DRV_LOG which requires at least > 2 arguments. But the level argument was missing. > > Commit 7a10de5e27 fixed the logs but not the macros

[dpdk-dev] [PATCH] ixgbe: fix build with bypass and debug enabled

2014-12-01 Thread Thomas Monjalon
Since commit aae1047905621 ("use the right debug macro"), DEBUGOUT was replaced by PMD_DRV_LOG which requires at least 2 arguments. But the level argument was missing. Commit 7a10de5e27 fixed the logs but not the macros FUNC_PTR_OR_* which are not preprocessed if RTE_LIBRTE_IXGBE_DEBUG_DRIVER is