Re: [dpdk-dev] [PATCH] examples/l2fwd-event: fix return value handling from API

2020-02-14 Thread Jerin Jacob
On Mon, Feb 3, 2020 at 10:44 AM Pavan Nikhilesh Bhagavatula wrote: > > >Subject: [PATCH] examples/l2fwd-event: fix return value handling from > >API > > > >Patch fixes coverity issues which handles return values from API > >calling. > > > >Coverity issue: 350588 > >Coverity issue: 350594 > >Coveri

Re: [dpdk-dev] [PATCH] examples/l2fwd-event: fix return value handling from API

2020-02-02 Thread Pavan Nikhilesh Bhagavatula
>Subject: [PATCH] examples/l2fwd-event: fix return value handling from >API > >Patch fixes coverity issues which handles return values from API >calling. > >Coverity issue: 350588 >Coverity issue: 350594 >Coverity issue: 350598 >Coverity issue: 350599 > >Fixes: 3b5476db4823 ("examples/l2fwd-event:

[dpdk-dev] [PATCH] examples/l2fwd-event: fix return value handling from API

2020-01-30 Thread Sunil Kumar Kori
Patch fixes coverity issues which handles return values from API calling. Coverity issue: 350588 Coverity issue: 350594 Coverity issue: 350598 Coverity issue: 350599 Fixes: 3b5476db4823 ("examples/l2fwd-event: setup event queue and port") Signed-off-by: Sunil Kumar Kori --- examples/l2fwd-even