Re: [dpdk-dev] [PATCH 09/10] devtools: compile all examples with pkg-config

2020-11-10 Thread David Marchand
On Tue, Nov 10, 2020 at 6:19 PM Bruce Richardson wrote: > > + # performance-thread/{l3fwd-thread,pthread_shim} expect > > common .mk > > + skipped="$skipped l3fwd-thread pthread_shim" > > + # client_server_mp/{mp_server,mp_client} expect common headers > > +

Re: [dpdk-dev] [PATCH 09/10] devtools: compile all examples with pkg-config

2020-11-10 Thread Bruce Richardson
On Tue, Nov 10, 2020 at 04:12:18PM +0100, David Marchand wrote: > Compiling examples out of meson must be tested so that those examples > Makefile work. > This is based on Bruce patch [1], waiting for it (or an equivalent) to be > merged. > > 1: https://patchwork.dpdk.org/patch/82361/ > > Signed-

Re: [dpdk-dev] [PATCH 09/10] devtools: compile all examples with pkg-config

2020-11-10 Thread Bruce Richardson
On Tue, Nov 10, 2020 at 04:12:18PM +0100, David Marchand wrote: > Compiling examples out of meson must be tested so that those examples > Makefile work. > This is based on Bruce patch [1], waiting for it (or an equivalent) to be > merged. > > 1: https://patchwork.dpdk.org/patch/82361/ > > Signed-