numam-dpdk/drivers/net/bnx2x
Thomas Monjalon 87b1faa0e0 bnx2x: fix part of 32-bit build
Example of errors:
	error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
	error: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘uint64_t
	error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 6 has type ‘unsigned int’

Only 2 files are fixed. The others errors are left as exercise to the authors.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
2015-08-03 17:39:11 +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: fix build with clang 2015-08-03 17:26:29 +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 part of 32-bit build 2015-08-03 17:39:11 +02:00
bnx2x.h bnx2x: fix part of 32-bit build 2015-08-03 17:39:11 +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