numam-dpdk/lib/librte_port
Sergio Gonzalez Monroy fdf20fa7be add prefix to cache line macros
CACHE_LINE_SIZE is a macro defined in machine/param.h in FreeBSD and
conflicts with DPDK macro version.
Adding RTE_ prefix to avoid conflicts.
CACHE_LINE_MASK and CACHE_LINE_ROUNDUP are also prefixed.

Signed-off-by: Sergio Gonzalez Monroy <sergio.gonzalez.monroy@intel.com>
[Thomas: updated on HEAD, including PPC]
2014-11-27 16:21:11 +01:00
..
Makefile mbuf: rename RTE_MBUF_SCATTER_GATHER into RTE_MBUF_REFCNT 2014-09-17 11:27:50 +02:00
rte_port_ethdev.c add prefix to cache line macros 2014-11-27 16:21:11 +01:00
rte_port_ethdev.h port: ethdev 2014-06-17 02:37:29 +02:00
rte_port_frag.c add prefix to cache line macros 2014-11-27 16:21:11 +01:00
rte_port_frag.h port: IPv4 fragmentation 2014-06-17 03:34:09 +02:00
rte_port_ras.c add prefix to cache line macros 2014-11-27 16:21:11 +01:00
rte_port_ras.h port: IPv4 reassembly 2014-06-17 03:34:10 +02:00
rte_port_ring.c add prefix to cache line macros 2014-11-27 16:21:11 +01:00
rte_port_ring.h port: ring 2014-06-17 02:37:29 +02:00
rte_port_sched.c add prefix to cache line macros 2014-11-27 16:21:11 +01:00
rte_port_sched.h port: hierarchical scheduler 2014-06-17 03:34:10 +02:00
rte_port_source_sink.c add prefix to cache line macros 2014-11-27 16:21:11 +01:00
rte_port_source_sink.h port: source and sink 2014-06-17 03:34:10 +02:00
rte_port.h doc: apply one comment to all members of a group 2014-09-29 16:34:58 +02:00