From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 0/7] pci cleanup Date: Tue, 13 May 2014 16:29:13 +0200 Message-ID: <2677467.0ipW9mDRvT@xps13> References: <1399641359-11267-1-git-send-email-david.marchand@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: David Marchand Return-path: In-Reply-To: <1399641359-11267-1-git-send-email-david.marchand-pdR9zngts4EAvxtiuMwx3w@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" 2014-05-09 15:15, David Marchand: > Hello all, > > Here is an attempt at having an equal implementation in bsd and linux > eal_pci.c. It results in following changes : > - checks on driver flag in bsd which were missing > - remove virtio-uio workaround in linux eal_pci.c > - remove deprecated RTE_EAL_UNBIND_PORTS option > > Along the way, I discovered two small bugs: a mem leak in linux eal_pci.c > and a fd leak in both bsd and linux eal_pci.c. > > Changes included in v2: > - fix another mem leak noticed by Anatoly Burakov First version was acked: Acked-by: Anatoly Burakov Acked-by: Neil Horman Applied for version 1.7.0 -- Thomas