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

2019-01-28 Thread Varghese, Vipin
dri, Sanjay A ; Patel, Amol > > Subject: Re: [dpdk-dev] [PATCH v4] doc/patches: add meson build to > contributing guide > > 28/01/2019 15:27, Varghese, Vipin: > > Hi Thomas, > > > > snipped > > > > +Compilation of patches is to be tested with > > &g

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

2019-01-28 Thread Thomas Monjalon
28/01/2019 15:27, Varghese, Vipin: > Hi Thomas, > > snipped > > > +Compilation of patches is to be tested with ``test-meson-builds.sh`` > > > +script in ``devtools`` directory of the DPDK repo:: > > > > Would be more straight-forward to give the full path: > > devtools/test-meson-builds.sh >

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

2019-01-28 Thread Varghese, Vipin
Hi Thomas, snipped > > +Compilation of patches is to be tested with ``test-meson-builds.sh`` > > +script in ``devtools`` directory of the DPDK repo:: > > Would be more straight-forward to give the full path: > devtools/test-meson-builds.sh I also like to use ' devtools/test-meson-builds.sh

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

2019-01-27 Thread Thomas Monjalon
25/01/2019 00:05, 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 v4] doc/patches: add meson build to contributing guide

2019-01-24 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 --- V4: - spelling correction for Compilation -