Re: [dpdk-dev] [PATCH] build: add configuration summary at end of config

2018-09-17 Thread Thomas Monjalon
29/08/2018 18:19, Bruce Richardson: > After running meson to configure a DPDK build, it can be useful to know > what was automatically enabled or disabled. Therefore, print out by way of > summary a categorised list of libraries and drivers to be built. > > Signed-off-by: Bruce Richardson Applie

[dpdk-dev] [PATCH] build: add configuration summary at end of config

2018-08-29 Thread Bruce Richardson
After running meson to configure a DPDK build, it can be useful to know what was automatically enabled or disabled. Therefore, print out by way of summary a categorised list of libraries and drivers to be built. Signed-off-by: Bruce Richardson --- drivers/meson.build | 5 + lib/meson.build