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

2019-05-17 Thread Luca Boccassi
On Fri, 2019-05-17 at 12:47 +0100, Bruce Richardson wrote: > 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 buil

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

2019-05-17 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.