Re: [dpdk-dev] [PATCH v2] net/softnic: fix resource leak for pipeline

2020-05-01 Thread Ferruh Yigit
On 4/27/2020 6:15 PM, Jasvinder Singh wrote: > For sending request messages to data plane threads, the > caller invokes pipeline_msg_send_recv() function which never > returns null response. Thus, removed redundant check on > the returned response. > > Coverity Issues: 357676, 357680, 357681, 3576

[dpdk-dev] [PATCH v2] net/softnic: fix resource leak for pipeline

2020-04-27 Thread Jasvinder Singh
For sending request messages to data plane threads, the caller invokes pipeline_msg_send_recv() function which never returns null response. Thus, removed redundant check on the returned response. Coverity Issues: 357676, 357680, 357681, 357682, 357690, 357693, 357711, 357722, 357725, 357734, 35773