Re: [dpdk-dev] [PATCH] app/testpmd: fix uninitialized members of mpls

2020-02-04 Thread Ferruh Yigit
On 1/30/2020 4:59 PM, Ori Kam wrote: > Some of the memebers of the mpls struct are not initialized. > this commit init the uninitialized members. > > Coverity issue: 325735 > Fixes: 3e77031be855 ("app/testpmd: add MPLSoGRE encapsulation") > Cc: sta...@dpdk.org > > Signed-off-by: Ori Kam Reviewe

Re: [dpdk-dev] [PATCH] app/testpmd: fix uninitialized members of mpls

2020-02-03 Thread Ferruh Yigit
On 2/2/2020 8:23 AM, Ori Kam wrote: > Hi Ferruh, > > PSB, > Thanks, > Ori > >> -Original Message- >> From: Ferruh Yigit >> Sent: Friday, January 31, 2020 1:08 PM >> To: Ori Kam ; Wenzhuo Lu ; >> Jingjing Wu ; Bernard Iremonger >> >> Cc: dev@dpdk.org; Slava Ovsiienko ; >> sta...@dpdk.org

Re: [dpdk-dev] [PATCH] app/testpmd: fix uninitialized members of mpls

2020-02-02 Thread Ori Kam
Hi Ferruh, PSB, Thanks, Ori > -Original Message- > From: Ferruh Yigit > Sent: Friday, January 31, 2020 1:08 PM > To: Ori Kam ; Wenzhuo Lu ; > Jingjing Wu ; Bernard Iremonger > > Cc: dev@dpdk.org; Slava Ovsiienko ; > sta...@dpdk.org > Subject: Re: [PATCH] app/testpmd: fix uninitialized m

Re: [dpdk-dev] [PATCH] app/testpmd: fix uninitialized members of mpls

2020-01-31 Thread Ferruh Yigit
On 1/30/2020 4:59 PM, Ori Kam wrote: > Some of the memebers of the mpls struct are not initialized. > this commit init the uninitialized members. > > Coverity issue: 325735 > Fixes: 3e77031be855 ("app/testpmd: add MPLSoGRE encapsulation") > Cc: sta...@dpdk.org > > Signed-off-by: Ori Kam > --- >

[dpdk-dev] [PATCH] app/testpmd: fix uninitialized members of mpls

2020-01-30 Thread Ori Kam
Some of the memebers of the mpls struct are not initialized. this commit init the uninitialized members. Coverity issue: 325735 Fixes: 3e77031be855 ("app/testpmd: add MPLSoGRE encapsulation") Cc: sta...@dpdk.org Signed-off-by: Ori Kam --- app/test-pmd/cmdline_flow.c | 4 +++- 1 file changed, 3