Re: [dpdk-dev] [PATCH 1/2] examples/ipsec-secgw: remove duplicated if check

2020-04-17 Thread Akhil Goyal
> > > The two if check does the same task, so removing one. > > > > Coverity Issue: 355669 > > Fixes: 9ad50c29d01d ("examples/ipsec-secgw: add app mode worker") > > > > Signed-off-by: Ankur Dwivedi > > --- > > examples/ipsec-secgw/ipsec_worker.c | 7 +-- > > 1 file changed, 1 insertion(+), 6

Re: [dpdk-dev] [PATCH 1/2] examples/ipsec-secgw: remove duplicated if check

2020-04-17 Thread Anoob Joseph
> The two if check does the same task, so removing one. > > Coverity Issue: 355669 > Fixes: 9ad50c29d01d ("examples/ipsec-secgw: add app mode worker") > > Signed-off-by: Ankur Dwivedi > --- > examples/ipsec-secgw/ipsec_worker.c | 7 +-- > 1 file changed, 1 insertion(+), 6 deletions(-) >

[dpdk-dev] [PATCH 1/2] examples/ipsec-secgw: remove duplicated if check

2020-04-17 Thread Ankur Dwivedi
The two if check does the same task, so removing one. Coverity Issue: 355669 Fixes: 9ad50c29d01d ("examples/ipsec-secgw: add app mode worker") Signed-off-by: Ankur Dwivedi --- examples/ipsec-secgw/ipsec_worker.c | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/examples/