numam-dpdk/drivers/net/bnx2x
Thomas Monjalon fe716d3802 bnx2x: fix build with debug enabled
Build log:
	error: unused variable ‘cid’
	error: ‘RTE_LOG_WARN’ undeclared
	error: expected ‘)’ before ‘sc’

There were unused variables defined for debug but not used in debug log because
it was ifdef'ed a the wrong condition (RTE_LIBRTE_BNX2X_DEBUG_DRIVER).

The warning were using WARN instead of WARNING.

Some debug messages had some extra parameters.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
2015-08-03 17:25:00 +02:00
..
bnx2x_ethdev.c bnx2x: driver core 2015-07-27 04:27:05 +02:00
bnx2x_ethdev.h bnx2x: driver core 2015-07-27 04:27:05 +02:00
bnx2x_logs.h bnx2x: fix build with debug enabled 2015-08-03 17:25:00 +02:00
bnx2x_rxtx.c bnx2x: driver core 2015-07-27 04:27:05 +02:00
bnx2x_rxtx.h bnx2x: driver core 2015-07-27 04:27:05 +02:00
bnx2x_stats.c bnx2x: driver core 2015-07-27 04:27:05 +02:00
bnx2x_stats.h bnx2x: driver core 2015-07-27 04:27:05 +02:00
bnx2x_vfpf.c bnx2x: driver core 2015-07-27 04:27:05 +02:00
bnx2x_vfpf.h bnx2x: driver core 2015-07-27 04:27:05 +02:00
bnx2x.c bnx2x: fix build with debug enabled 2015-08-03 17:25:00 +02:00
bnx2x.h bnx2x: driver core 2015-07-27 04:27:05 +02:00
debug.c bnx2x: driver support routines 2015-07-27 04:27:10 +02:00
ecore_fw_defs.h bnx2x: driver support routines 2015-07-27 04:27:10 +02:00
ecore_hsi.h bnx2x: driver support routines 2015-07-27 04:27:10 +02:00
ecore_init_ops.h bnx2x: driver support routines 2015-07-27 04:27:10 +02:00
ecore_init.h bnx2x: fix build with debug enabled 2015-08-03 17:25:00 +02:00
ecore_mfw_req.h bnx2x: driver support routines 2015-07-27 04:27:10 +02:00
ecore_reg.h bnx2x: driver support routines 2015-07-27 04:27:10 +02:00
ecore_sp.c bnx2x: fix build with debug enabled 2015-08-03 17:25:00 +02:00
ecore_sp.h bnx2x: driver support routines 2015-07-27 04:27:10 +02:00
elink.c bnx2x: driver support routines 2015-07-27 04:27:10 +02:00
elink.h bnx2x: driver support routines 2015-07-27 04:27:10 +02:00
Makefile bnx2x: fix build as shared library 2015-08-03 17:14:53 +02:00
rte_pmd_bnx2x_version.map bnx2x: driver support routines 2015-07-27 04:27:10 +02:00