Re: [dpdk-dev] [PATCH v2] net/softnic: fix memory leak for thread

2020-05-01 Thread Ferruh Yigit
On 4/27/2020 6:13 PM, Jasvinder Singh wrote: > For sending request messages to data plane threads, the > caller invokes thread_msg_send_recv() function which never > returns null response. Thus, removed redundant check on > the returned response. > > Coverity Issue: 357717, 357772 > Fixes: 70709c7

[dpdk-dev] [PATCH v2] net/softnic: fix memory leak for thread

2020-04-27 Thread Jasvinder Singh
For sending request messages to data plane threads, the caller invokes thread_msg_send_recv() function which never returns null response. Thus, removed redundant check on the returned response. Coverity Issue: 357717, 357772 Fixes: 70709c78fda6 ("net/softnic: add command to enable/disable pipeline