From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] eal: fix IPC memleak on device hotplug Date: Wed, 31 Oct 2018 18:21:22 +0100 Message-ID: <3896652.XoIzg0B2cC@xps> References: <20181025104619.137205-1-dariusz.stojaczyk@intel.com> <20181029114718.14143-1-dariusz.stojaczyk@intel.com> <808a8fe3-b9de-fdd6-8255-7c376bf5e41e@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Burakov, Anatoly" , qi.z.zhang@intel.com To: Darek Stojaczyk Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id BB7A023D for ; Wed, 31 Oct 2018 18:21:17 +0100 (CET) In-Reply-To: <808a8fe3-b9de-fdd6-8255-7c376bf5e41e@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 30/10/2018 11:15, Burakov, Anatoly: > On 29-Oct-18 11:47 AM, Darek Stojaczyk wrote: > > rte_mp_request_sync() says that the caller is responsible > > for freeing one of its parameters afterwards. EAL didn't > > do that, causing a memory leak. > > > > Fixes: 244d5130719c ("eal: enable hotplug on multi-process") > > Cc: qi.z.zhang@intel.com > > Cc: anatoly.burakov@intel.com > > > > Signed-off-by: Darek Stojaczyk > > Acked-by: Anatoly Burakov Applied, thanks