From mboxrd@z Thu Jan 1 00:00:00 1970 From: Declan Doherty Subject: Re: [PATCH] librte_pmd_bond: remove memory alloc for rte_pci_driver Date: Thu, 26 Mar 2015 11:57:24 +0000 Message-ID: <5513F424.1030403@intel.com> References: <1426196301-11138-1-git-send-email-jyu@vmware.com> <21300766.9euP7jPIpL@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Thomas Monjalon , Jia Yu Return-path: In-Reply-To: <21300766.9euP7jPIpL@xps13> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" On 23/03/15 11:31, Thomas Monjalon wrote: > Declan, > Any comment? > > 2015-03-12 14:38, Jia Yu: >> eth_driver already contains rte_pci_driver data structure. >> Allocating rte_pci_driver without referencing it after bond >> creation causes memory leakage. > > Jia, Signed-off is missing. > Hey Thomas, I've been away for a few days but this looks fine, I'll ack the v2. Declan