Re: [dpdk-dev] [PATCH v2 0/7] support all examples in a meson build

2019-10-16 Thread Luca Boccassi
On Tue, 2019-10-15 at 14:35 +0100, Bruce Richardson wrote: > When build with meson, some examples were skipped when "- > Dexamples=all" > parameter was passed. Ignoring examples slated for removal by other > patches[1], this set adds support for building the rest of the > examples. > The only excep

[dpdk-dev] [PATCH v2 0/7] support all examples in a meson build

2019-10-15 Thread Bruce Richardson
When build with meson, some examples were skipped when "-Dexamples=all" parameter was passed. Ignoring examples slated for removal by other patches[1], this set adds support for building the rest of the examples. The only exception is "bpf" which is a set of code snippets rather than code to be nat