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

2020-05-24 Thread Thomas Monjalon
27/04/2020 18:57, 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: 357750, 357740, 357749, 357758, 357702

[dpdk-dev] [PATCH] examples/ip_pipeline: 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: 357750, 357740, 357749, 357758, 357702, 357736, 357679, 357791, 357738, 357778, 35771