From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] librte_pmd_bond: remove memory alloc for rte_pci_driver Date: Fri, 27 Mar 2015 12:03:50 +0100 Message-ID: <25954451.vWZov81Czf@xps13> References: <1427147636-45003-1-git-send-email-jyu@vmware.com> <5513F486.4040906@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Jia Yu Return-path: In-Reply-To: <5513F486.4040906-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> 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" > > eth_driver already contains rte_pci_driver data structure. > > Allocating rte_pci_driver without referencing it after bond > > creation causes memory leakage. > > > > Added signed off information. > > > > Signed-off-by: Jia Yu > > Acked-by: Declan Doherty Applied, thanks