Re: [dpdk-dev] [PATCH v3 0/5] improve building examples

2019-07-02 Thread Thomas Monjalon
> Bruce Richardson (5): > examples: add support for relocated DPDK install > devtools/test-meson-builds: remove dependency on clang > devtools/test-meson-builds: add testing of pkg-config file > examples/vdpa: support building from pkg-config info > examples/vhost_crypto: support building

[dpdk-dev] [PATCH v3 0/5] improve building examples

2019-07-02 Thread Bruce Richardson
This patchset adds support for testing a number of examples using the DPDK pkgconfig file, allowing us to check that the file works. It also includes some more general cleanups for the examples, including adding support for building from pkg-config to a couple of examples which were missing that.