Re: [dpdk-dev] [PATCH 0/3] generalize builds apps using meson

2018-03-12 Thread Bruce Richardson
On Fri, Feb 16, 2018 at 04:53:33PM +, Bruce Richardson wrote: > Put the building of the apps into a foreach loop as is done with the libs > and drivers in the DPDK meson build. This will reduce the path needed to > call the compiled binaries in the build directory by one level, while the > main

[dpdk-dev] [PATCH 0/3] generalize builds apps using meson

2018-02-16 Thread Bruce Richardson
Put the building of the apps into a foreach loop as is done with the libs and drivers in the DPDK meson build. This will reduce the path needed to call the compiled binaries in the build directory by one level, while the main benefit is reduced code duplication between the different apps. Bruce Ri