> 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
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
2 matches
Mail list logo