Re: [dpdk-dev] [PATCH 6/7] examples/kni: fix dependency check for building with meson

2018-07-03 Thread Bruce Richardson
On Tue, Jul 03, 2018 at 12:47:18AM +0100, Ferruh Yigit wrote: > On 6/8/2018 5:38 PM, Bruce Richardson wrote: > > Rather than hard-coding the example app to be built only when a set of > > conditions are met, we can simplify things by having the app built when > > KNI library itself is available. Th

Re: [dpdk-dev] [PATCH 6/7] examples/kni: fix dependency check for building with meson

2018-07-02 Thread Ferruh Yigit
On 6/8/2018 5:38 PM, Bruce Richardson wrote: > Rather than hard-coding the example app to be built only when a set of > conditions are met, we can simplify things by having the app built when > KNI library itself is available. That saves us duplicating the same set > of restrictions on both library

[dpdk-dev] [PATCH 6/7] examples/kni: fix dependency check for building with meson

2018-06-08 Thread Bruce Richardson
Rather than hard-coding the example app to be built only when a set of conditions are met, we can simplify things by having the app built when KNI library itself is available. That saves us duplicating the same set of restrictions on both library and example app. Fixes: 89f0711f9ddf ("examples: bu