Re: [dpdk-dev] [PATCH 0/6] enable easier app compilation testing with meson

2018-04-09 Thread Bruce Richardson
, Bruce > > > > Subject: [dpdk-dev] [PATCH 0/6] enable easier app compilation testing with > > meson > > > > Summary: > > With this set you can test building all applicable examples by > > calling meson with "-Dexamples=all" > > >

Re: [dpdk-dev] [PATCH 0/6] enable easier app compilation testing with meson

2018-04-06 Thread Van Haaren, Harry
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Bruce Richardson > Sent: Thursday, March 29, 2018 2:55 PM > To: dev@dpdk.org > Cc: hemant.agra...@nxp.com; shreyansh.j...@nxp.com; Richardson, Bruce > > Subject: [dpdk-dev] [PATCH 0/6] enable easier app compilation te

[dpdk-dev] [PATCH 0/6] enable easier app compilation testing with meson

2018-03-29 Thread Bruce Richardson
Summary: With this set you can test building all applicable examples by calling meson with "-Dexamples=all" When building DPDK with meson, it's possible to specify a list of sample apps to have built along with the main code. However, specifying a full list of all apps can be unwie