Re: [dpdk-dev] [PATCH v6] doc/patches: add meson build to contributing guide

2019-02-27 Thread Varghese, Vipin
t: Re: [dpdk-dev] [PATCH v6] doc/patches: add meson build to > contributing guide > > 13/02/2019 06:41, Vipin Varghese: > > Patches has to be validated for meson devtool script for code and > > document changes. Updating documentation for meson build steps in > > check

Re: [dpdk-dev] [PATCH v6] doc/patches: add meson build to contributing guide

2019-02-27 Thread Thomas Monjalon
13/02/2019 06:41, Vipin Varghese: > Patches has to be validated for meson devtool script for > code and document changes. Updating documentation for meson > build steps in checking Compilation category. > > Signed-off-by: Vipin Varghese > Tested-by: Marko Kovacevic > Acked-by: Marko Kovacevic

[dpdk-dev] [PATCH v6] doc/patches: add meson build to contributing guide

2019-02-12 Thread Vipin Varghese
Patches has to be validated for meson devtool script for code and document changes. Updating documentation for meson build steps in checking Compilation category. Signed-off-by: Vipin Varghese Tested-by: Marko Kovacevic Acked-by: Marko Kovacevic --- V6: added 'Makefile' sub-header - Thomas Mo