Re: [dpdk-dev] [PATCH] examples/ip_pipeline: fix resource leak for thread

2020-05-24 Thread Thomas Monjalon
27/04/2020 18:56, 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 Issues: 357773, 357723 > Fixes: 32e5d9b154cb ("e

[dpdk-dev] [PATCH] examples/ip_pipeline: fix resource 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 Issues: 357773, 357723 Fixes: 32e5d9b154cb ("examples/ip_pipeline: add enable and disable comma