numam-dpdk/lib/librte_eal
John McNamara 66abc3f310 eal: fix type casting of value to align
Fix a warning when the rte_common.h header is included in a compilation
using  -Wbad-function-cast, such as in Open vSwitch where the
following warning is emitted repeatedly:

    ../rte_common.h: In function 'rte_is_aligned':
    ../rte_common.h:184:9: warning: cast from function call of
    type 'uintptr_t' to non-matching type 'void *' [-Wbad-function-cast]

This change fixes the issue in rte_common.h by using the RTE_ALIGN_FLOOR
macro to get the aligned floor value with generic type casting.

Also removed the rte_align_floor_int() function and replaced it with
the RTE_PTR_ALIGN_FLOOR() macro.

Signed-off-by: John McNamara <john.mcnamara@intel.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
2015-03-17 00:46:01 +01:00
..
bsdapp eal: fix tailq init for uio and vfio resources 2015-03-12 08:32:48 +01:00
common eal: fix type casting of value to align 2015-03-17 00:46:01 +01:00
linuxapp eal: fix tailq init for uio and vfio resources 2015-03-12 08:32:48 +01:00
Makefile eal: no more bare metal environment 2014-11-27 13:09:51 +01:00