Re: [dpdk-dev] [PATCH v4 0/2] ipc: fix possible memleaks

2019-05-03 Thread Burakov, Anatoly
On 03-May-19 9:34 AM, Thomas Monjalon wrote: 25/04/2019 14:48, Herakliusz Lipiec: When sending multiple requests, rte_mp_request_sync can succeed sending a few of those requests, but then fail on a later one and in the end return with rc=-1. The upper layers - e.g. device hotplug - currently han

Re: [dpdk-dev] [PATCH v4 0/2] ipc: fix possible memleaks

2019-05-03 Thread Thomas Monjalon
25/04/2019 14:48, Herakliusz Lipiec: > When sending multiple requests, rte_mp_request_sync > can succeed sending a few of those requests, but then > fail on a later one and in the end return with rc=-1. > The upper layers - e.g. device hotplug - currently > handles this case as if no messages were

[dpdk-dev] [PATCH v4 0/2] ipc: fix possible memleaks

2019-04-25 Thread Herakliusz Lipiec
When sending multiple requests, rte_mp_request_sync can succeed sending a few of those requests, but then fail on a later one and in the end return with rc=-1. The upper layers - e.g. device hotplug - currently handles this case as if no messages were sent and no memory for response buffers was all