From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 5CA27B0B2 for ; Tue, 10 Jun 2014 23:13:46 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 10 Jun 2014 14:08:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.98,1011,1392192000"; d="scan'208";a="555344497" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by orsmga002.jf.intel.com with ESMTP; 10 Jun 2014 14:13:58 -0700 Received: from sivswdev02.ir.intel.com (sivswdev02.ir.intel.com [10.237.217.46]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id s5AL0mP9005947; Tue, 10 Jun 2014 22:00:48 +0100 Received: from sivswdev02.ir.intel.com (localhost [127.0.0.1]) by sivswdev02.ir.intel.com with ESMTP id s5AL0lJS026265; Tue, 10 Jun 2014 22:00:47 +0100 Received: (from bricha3@localhost) by sivswdev02.ir.intel.com with id s5AL0lvS026261; Tue, 10 Jun 2014 22:00:47 +0100 Date: Tue, 10 Jun 2014 22:00:47 +0100 From: Bruce Richardson To: Alan Carew Message-ID: <20140610210047.GB25593@sivswdev02.ir.intel.com> References: <1401984728-21665-1-git-send-email-alan.carew@intel.com> <1401984728-21665-2-git-send-email-alan.carew@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1401984728-21665-2-git-send-email-alan.carew@intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 2/2] eal_pci: Fix compilation under FreeBSD 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, 10 Jun 2014 21:13:46 -0000 On Thu, Jun 05, 2014 at 05:12:08PM +0100, Alan Carew wrote: > I'm not sure why this has not caused an issue before, perhaps > missing -Werror=unused-parameter or super-set > and subsequently fixed. > This patch adds __rte_unused to > pci_unbind_kernel_driver(struct rte_pci_device *dev) > > Signed-off-by: Alan Carew Acked-by: Bruce Richardson