Re: [dpdk-dev] [PATCH v3] doc: add meson build to contributing guide

2019-01-10 Thread Varghese, Vipin
HI Thomas snipped > > > > > > +Compliation of patches has to be tested using meson:: > > > + > > > +./devtools/test-meson-builds.sh > > > + > > > +This will test for shared and static builds. If gcc arm cross > > > +compiler is installed, cross build is tested too. > > > > > > Sending Patches

Re: [dpdk-dev] [PATCH v3] doc: add meson build to contributing guide

2018-11-24 Thread Thomas Monjalon
14/11/2018 15:30, Kovacevic, Marko: > > Patches has to be validated for meson builds. Updating documentation for > > meson build steps in Checking Compilation category. > > > > Signed-off-by: Vipin Varghese > > --- a/doc/guides/contributing/patches.rst > > +++ b/doc/guides/contributing/patches.rs

Re: [dpdk-dev] [PATCH v3] doc: add meson build to contributing guide

2018-11-14 Thread Kovacevic, Marko
> Patches has to be validated for meson builds. Updating documentation for > meson build steps in Checking Compilation category. > > Signed-off-by: Vipin Varghese > --- > > V3: > removed extra character - Vipin Varghese > > V2: > updated the meson build options - Bruce Richardson > --- > doc/g

[dpdk-dev] [PATCH v3] doc: add meson build to contributing guide

2018-10-30 Thread Vipin Varghese
Patches has to be validated for meson builds. Updating documentation for meson build steps in Checking Compilation category. Signed-off-by: Vipin Varghese --- V3: removed extra character - Vipin Varghese V2: updated the meson build options - Bruce Richardson --- doc/guides/contributing/patches