Re: [dpdk-dev] [PATCH v1] doc: add guides for patch fix issues

2018-05-29 Thread Kovacevic, Marko
> 28/05/2018 17:23, Marko Kovacevic: > > -`Coverity > > `_ > > -is a tool for static code analysis. > > -It is used as a cloud-based service used to scan the DPDK source > > code, -and alert developers of any potential defects in t

Re: [dpdk-dev] [PATCH v1] doc: add guides for patch fix issues

2018-05-29 Thread Thomas Monjalon
28/05/2018 17:23, Marko Kovacevic: > -`Coverity > `_ > -is a tool for static code analysis. > -It is used as a cloud-based service used to scan the DPDK source code, > -and alert developers of any potential defects in the source c

Re: [dpdk-dev] [PATCH v1] doc: add guides for patch fix issues

2018-05-28 Thread Ferruh Yigit
On 5/28/2018 4:23 PM, Marko Kovacevic wrote: > Added contribution guideline for adding tags > when sending patches that have been raised on > Bugzilla > > Signed-off-by: Marko Kovacevic Acked-by: Ferruh Yigit

[dpdk-dev] [PATCH v1] doc: add guides for patch fix issues

2018-05-28 Thread Marko Kovacevic
Added contribution guideline for adding tags when sending patches that have been raised on Bugzilla Signed-off-by: Marko Kovacevic --- doc/guides/contributing/patches.rst | 48 ++--- 1 file changed, 34 insertions(+), 14 deletions(-) diff --git a/doc/guides/contri