From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f42.google.com (mail-wg0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id 1378C312 for ; Tue, 13 May 2014 16:29:08 +0200 (CEST) Received: by mail-wg0-f42.google.com with SMTP id y10so462538wgg.25 for ; Tue, 13 May 2014 07:29:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=BhiqnUu2PegI8o+fi5dEJPjoXkknNMLD7cu+o9Uv/SE=; b=LQAYo18vwxMjSugeEQ/JdCU8OD60piotdb2uWU8eNBY81NRhcltG9R5dsY/OqC5rXS kaNi2M1TbEZLUsT1OfBcNb83sI9cNfFio1ApOlEaX62EWbpruo+c1WtYdJtxcqGepUNX +jcnUDDBy5VZyHxADjtFrdWNODolSwS5RbYOuQXz9o+lbWZOETKS3NnO8f9cK/nbl8If 6HmuRRLNclNhZG7ie7NC0i/ODMHCflmV5YPKuiwwsjcYWBiNp1f1+JGu60gsGtg3HOiw 4QPub13+aoxnKd1zquSmQ0vKEhGhMJbBg3zq0+ZkdHc5g/JP6lc7jwSs78anogBrnSbv 0kZA== X-Gm-Message-State: ALoCoQnf4IULnahtbn/i8/Hm6u9nd7buT5LiVwP5rSAEP7W2z/6PjSFXua/SrEo80f9NrlC7P6ml X-Received: by 10.194.81.164 with SMTP id b4mr27511383wjy.2.1399991356451; Tue, 13 May 2014 07:29:16 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id pn9sm22205797wic.17.2014.05.13.07.29.15 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 13 May 2014 07:29:15 -0700 (PDT) From: Thomas Monjalon To: David Marchand Date: Tue, 13 May 2014 16:29:13 +0200 Message-ID: <2677467.0ipW9mDRvT@xps13> Organization: 6WIND User-Agent: KMail/4.13 (Linux/3.14.2-1-ARCH; KDE/4.13.0; x86_64; ; ) In-Reply-To: <1399641359-11267-1-git-send-email-david.marchand@6wind.com> References: <1399641359-11267-1-git-send-email-david.marchand@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2 0/7] pci cleanup X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2014 14:29:09 -0000 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