Re: [dpdk-dev] [PATCH v2 0/3] small improvements to meson build

2018-05-08 Thread Bruce Richardson
On Fri, Apr 27, 2018 at 03:37:10PM +0100, Luca Boccassi wrote: > On Fri, 2018-04-27 at 14:49 +0100, Bruce Richardson wrote: > > A few small improvements and fixes for the meson build system, > > including > > improved behaviour for building kmods - especially on cross-compile, > > a fix > > for our

Re: [dpdk-dev] [PATCH v2 0/3] small improvements to meson build

2018-04-27 Thread Luca Boccassi
On Fri, 2018-04-27 at 14:49 +0100, Bruce Richardson wrote: > A few small improvements and fixes for the meson build system, > including > improved behaviour for building kmods - especially on cross-compile, > a fix > for our libbsd detect on CentOS 7, and a small change to ensure > compatibility >

[dpdk-dev] [PATCH v2 0/3] small improvements to meson build

2018-04-27 Thread Bruce Richardson
A few small improvements and fixes for the meson build system, including improved behaviour for building kmods - especially on cross-compile, a fix for our libbsd detect on CentOS 7, and a small change to ensure compatibility with future meson versions. Bruce Richardson (3): build: fix kernel co