[dpdk-dev] [PATCH 0/3] Add RTE_ prefix to CACHE_LINE related macros

2014-11-27 Thread Thomas Monjalon
> Currently DPDK sets CACHE_LINE_SIZE value to 64 by default if the macro is > not already defined. > > FreeBSD defines a CACHE_LINE_SIZE macro in the header file: > /usr/include/machine/param.h > > These macros set different values, 64 in DPDK vs 128 in FreeBSD, causing > broken application beha

[dpdk-dev] [PATCH 0/3] Add RTE_ prefix to CACHE_LINE related macros

2014-11-19 Thread Sergio Gonzalez Monroy
Currently DPDK sets CACHE_LINE_SIZE value to 64 by default if the macro is not already defined. FreeBSD defines a CACHE_LINE_SIZE macro in the header file: /usr/include/machine/param.h These macros set different values, 64 in DPDK vs 128 in FreeBSD, causing broken application behaviour if the sys