Thomas Monjalon c1aa5e44e6 ixgbe: fix build with bypass and debug enabled
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 disabled.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: David Marchand <david.marchand@6wind.com>
2014-12-02 12:28:11 +01:00
..
2014-11-24 13:17:49 +01:00
2014-11-27 22:50:06 +01:00
2014-11-27 21:20:58 +01:00
2014-06-11 00:29:34 +02:00
2014-11-27 19:03:27 +01:00
2014-11-27 13:09:51 +01:00