Re: [dpdk-dev] [PATCH 2/2] examples/ipsec-secgw: check return value of function

2020-04-17 Thread Anoob Joseph
> > The return values of functions are checked before proceeding further. > > Coverity Issues: 355670, 355671, 355672, 355673 > Fixes: ec3cc53f5a66 ("examples/ipsec-secgw: support internal ports for events" > > Signed-off-by: Ankur Dwivedi Acked-by: Anoob Joseph

[dpdk-dev] [PATCH 2/2] examples/ipsec-secgw: check return value of function

2020-04-17 Thread Ankur Dwivedi
The return values of functions are checked before proceeding further. Coverity Issues: 355670, 355671, 355672, 355673 Fixes: ec3cc53f5a66 ("examples/ipsec-secgw: support internal ports for events" Signed-off-by: Ankur Dwivedi --- examples/ipsec-secgw/event_helper.c | 30