Re: [dpdk-dev] [PATCH 1/1] build: allow disabling libs

2020-09-18 Thread Mohammed Hawari
Hello Bruce, Thanks for the quick response, see inline Best regards, Mohammed > On 18 Sep 2020, at 13:43, Bruce Richardson wrote: > > On Fri, Sep 18, 2020 at 10:49:23AM +0200, Mohammed Hawari wrote: >> Similarly to the disable_drivers option, the disable_libs option is >

[dpdk-dev] [PATCH 0/1] build: allow disabling libs

2020-09-18 Thread Mohammed Hawari
This patch introduces the disable_libs option in the meson build system. This options allows to select a set of elements in libs/ that will not be compiled. Dependency tracking is also extended so that, if a lib is disabled, the build of all apps depending on it is also disabled. Mohammed Hawari

[dpdk-dev] [PATCH 1/1] build: allow disabling libs

2020-09-18 Thread Mohammed Hawari
Similarly to the disable_drivers option, the disable_libs option is introduced. This allows to selectively disable the build of elements in libs to speed-up the build process. Signed-off-by: Mohammed Hawari --- app/meson.build | 12 +++- lib/meson.build | 7 +++ meson.build