Re: [dpdk-dev] [PATCH v2 0/5] Fix meson build on FreeBSD

2018-02-02 Thread Bruce Richardson
On Thu, Feb 01, 2018 at 02:20:06PM +, Bruce Richardson wrote: > There are a few issues with building DPDK for FreeBSD using the > meson build system, specifically: > * the kernel modules aren't compiling due to an incorrect VPATH > * a number of unit tests depend on libraries not supported on B

[dpdk-dev] [PATCH v2 0/5] Fix meson build on FreeBSD

2018-02-01 Thread Bruce Richardson
There are a few issues with building DPDK for FreeBSD using the meson build system, specifically: * the kernel modules aren't compiling due to an incorrect VPATH * a number of unit tests depend on libraries not supported on BSD * applications and examples need to be linked with execinfo library. -