numam-dpdk/lib/librte_pmd_virtio
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 remove trailing whitespaces 2014-06-11 00:29:34 +02:00
virtio_ethdev.c add prefix to cache line macros 2014-11-27 16:21:11 +01:00
virtio_ethdev.h virtio: increase max Rx packet length 2014-10-15 16:16:40 +02:00
virtio_logs.h remove trailing whitespaces 2014-06-11 00:29:34 +02:00
virtio_pci.c virtio: simplify the hardware structure 2014-07-22 15:00:01 +02:00
virtio_pci.h virtio: simplify the hardware structure 2014-07-22 15:00:01 +02:00
virtio_ring.h virtio: checkpatch cleanups 2014-06-13 11:18:56 +02:00
virtio_rxtx.c add prefix to cache line macros 2014-11-27 16:21:11 +01:00
virtqueue.c virtio: checkpatch cleanups 2014-06-13 11:18:56 +02:00
virtqueue.h mbuf: replace data pointer by an offset 2014-09-17 18:53:40 +02:00