numam-dpdk/lib/librte_kni
Bruce Richardson d23e141ffa build: set RTE_ARCH_64 based on pointer size
Rather than relying on the target machine architecture, use the
size of a pointer from the compiler to determine if we are 64-bits
or not. This allows correct behaviour when you pass -m32 as a compile
option. It also allows us to use this value repeatedly throughout the
repo rather than continually testing for the sizeof(void*).

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Tested-by: Luca Boccassi <bluca@debian.org>
Acked-by: Luca Boccassi <bluca@debian.org>
2019-02-26 18:34:28 +01:00
..
Makefile lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
meson.build build: set RTE_ARCH_64 based on pointer size 2019-02-26 18:34:28 +01:00
rte_kni_fifo.h kni: introduce C11 atomic into FIFO synchronization 2018-10-26 18:10:14 +02:00
rte_kni_version.map kni: add function to set link state on kernel interface 2018-10-26 19:46:15 +02:00
rte_kni.c kni: fix possible uninitialized variable 2018-11-23 01:43:35 +01:00
rte_kni.h kni: add function to set link state on kernel interface 2018-10-26 19:46:15 +02:00