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

2019-02-12 Thread Varghese, Vipin
> ; Richardson, Bruce > Subject: Re: [dpdk-dev] [PATCH v5] doc/patches: add meson build to > contributing > guide > > 29/01/2019 11:10, Vipin Varghese: > > +Meson system > > + > > What do you think about adding "Makefile system" title for pr

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

2019-02-12 Thread Thomas Monjalon
29/01/2019 11:10, Vipin Varghese: > +Meson system > + What do you think about adding "Makefile system" title for previous section? We could also add an introduction explaining that both systems must be tested. > + > +Compilation of patches is to be tested with > ``devtools/test-meson

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

2019-01-28 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 --- V5: create sub section to Compilation - Tho