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

2019-10-27 Thread Thomas Monjalon
> Bruce Richardson (9): > examples/bpf: remove from list of examples to build > examples/ethtool: allow building as part of meson build > examples/performance-thread: remove warning disabling > examples/performance-thread: add l3fwd-thread to meson > examples/performance-thread: add pthre

[dpdk-dev] [PATCH v3 0/9] support all examples in a meson build

2019-10-22 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