numam-dpdk/app
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
..
cmdline_test app: no more bare metal environment 2014-11-27 13:09:55 +01:00
dump_cfg app: no more bare metal environment 2014-11-27 13:09:55 +01:00
test eal: fix type casting of value to align 2015-03-17 00:46:01 +01:00
test-acl acl: remove standalone header 2015-02-02 12:30:33 +01:00
test-pipeline tailq: remove unneeded inclusions 2015-03-10 11:47:46 +01:00
test-pmd app/testpmd: fix incorrect port number check 2015-03-11 15:59:56 +01:00
Makefile app/pipeline: packet framework benchmark 2014-06-17 03:34:11 +02:00