numam-dpdk/lib/librte_pmd_ixgbe
Thomas Monjalon c1aa5e44e6 ixgbe: fix build with bypass and debug enabled
Since commit aae1047905 ("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
..
ixgbe ixgbe/base: support X550 2014-10-07 17:00:52 +02:00
ixgbe_82599_bypass.c ixgbe: fix build with bypass enabled 2014-10-09 20:02:34 +02:00
ixgbe_bypass_api.h ixgbe: support X550 2014-10-07 17:01:08 +02:00
ixgbe_bypass_defines.h remove trailing whitespaces 2014-06-11 00:29:34 +02:00
ixgbe_bypass.c ixgbe: fix build with bypass and debug enabled 2014-12-02 12:28:11 +01:00
ixgbe_bypass.h remove trailing whitespaces 2014-06-11 00:29:34 +02:00
ixgbe_ethdev.c ixgbe: support TCP segmentation offload 2014-11-26 19:35:56 +01:00
ixgbe_ethdev.h ixgbe: VMDQ Rx mode 2014-11-12 00:10:23 +01:00
ixgbe_fdir.c ixgbe: support X550 2014-10-07 17:01:08 +02:00
ixgbe_logs.h ixgbe: always log init messages 2014-09-18 20:52:41 +02:00
ixgbe_pf.c ixgbe: support X550 2014-10-07 17:01:08 +02:00
ixgbe_rxtx_vec.c ixgbe: fix mbuf failure statistics in vector Rx 2014-11-28 16:19:25 +01:00
ixgbe_rxtx.c ixgbe: fix bitfield assignation with clang 2014-12-01 12:18:33 +01:00
ixgbe_rxtx.h ixgbe: support TCP segmentation offload 2014-11-26 19:35:56 +01:00
Makefile ixgbe/base: disable some gcc warnings 2014-10-10 17:45:18 +02:00