Re: [dpdk-dev] [PATCH 0/8] Support sample applications with new build system

2017-10-23 Thread Bruce Richardson
On Wed, Oct 18, 2017 at 06:11:51PM +0100, Luca Boccassi wrote: > On Tue, 2017-10-17 at 17:12 +0100, Bruce Richardson wrote: > > This patchset enables sample apps to be used with the new meson build > > system. The work is really three-fold: > > > > * fix issues and pre-requisites to get the sample

Re: [dpdk-dev] [PATCH 0/8] Support sample applications with new build system

2017-10-19 Thread Bruce Richardson
On Wed, Oct 18, 2017 at 06:11:51PM +0100, Luca Boccassi wrote: > On Tue, 2017-10-17 at 17:12 +0100, Bruce Richardson wrote: > > This patchset enables sample apps to be used with the new meson build > > system. The work is really three-fold: > > > > * fix issues and pre-requisites to get the sample

Re: [dpdk-dev] [PATCH 0/8] Support sample applications with new build system

2017-10-18 Thread Luca Boccassi
On Tue, 2017-10-17 at 17:12 +0100, Bruce Richardson wrote: > This patchset enables sample apps to be used with the new meson build > system. The work is really three-fold: > > * fix issues and pre-requisites to get the sample apps compiling, > such as >   ensuring that all needed PMDs are enabled,

[dpdk-dev] [PATCH 0/8] Support sample applications with new build system

2017-10-17 Thread Bruce Richardson
This patchset enables sample apps to be used with the new meson build system. The work is really three-fold: * fix issues and pre-requisites to get the sample apps compiling, such as ensuring that all needed PMDs are enabled, e.g. bond PMD for bond example * allow examples - one or more - to bui