numam-dpdk/drivers/net/mlx4
Nelio Laranjeiro d6145abec4 mlx4: fix 32-bit build
Fix warning messages "cast to pointer from integer of different size" when
compiling DPDK in 32 bit with Mellanox PMD.

SGE addresses are 64 bit integers, converting them to pointers must be done
through uintptr_t to avoid compilation warnings when those have a different
size.

Signed-off-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
Acked-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
2015-06-12 17:38:14 +02:00
..
Makefile mlx4: move to drivers/net/ 2015-05-22 16:06:22 +02:00
mlx4.c mlx4: fix 32-bit build 2015-06-12 17:38:14 +02:00
mlx4.h mlx4: move to drivers/net/ 2015-05-22 16:06:22 +02:00
rte_pmd_mlx4_version.map mlx4: move to drivers/net/ 2015-05-22 16:06:22 +02:00