From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by dpdk.org (Postfix) with ESMTP id 26CF5AF85 for ; Wed, 11 Jun 2014 11:55:59 +0200 (CEST) Received: by mail-wi0-f178.google.com with SMTP id n15so754977wiw.11 for ; Wed, 11 Jun 2014 02:56:13 -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=wbDJQetOB9ixG2SRRw6uJ+wTqBTWZAY8pSaIFMcatgg=; b=PbTeZY8v1uIadjJVxx6yg11vocIxFalxlzyXr9i875LGhU5itxWw4cSHk9PVXaiRGx /TBQ0AUcCncnE4oZoqWKvjF4FTOvBO+5HFV6j3MW81SDeuHkRQcBNgb5wTE0fDAl487D 06gT3QdLY2whyxfRSPWKQ9BwHWMF7t7l4IixHyPqt2inun1D+J5pC+LP8uPzM33N1C// oKzgt4JbpU1AEKs37wIfJsUmn0qN8/5HFvZQbJeO+7oosQ5NKSt4D5kyBNn3uIQzW4bT DnvhQ9sQuEhL8rai4Iu1AbuARerer89sxRnYYUNCVC/jl33miJuBTnw2sY5rHRjci+JY xwsg== X-Gm-Message-State: ALoCoQnF7GboMUft47CdNrJk7NCOxg2n2SKBp84GetWTL2H32dv/DEQ47oGB3jAFAXzzu6wD8T8t X-Received: by 10.194.91.175 with SMTP id cf15mr50199395wjb.5.1402480573909; Wed, 11 Jun 2014 02:56:13 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id cd1sm6767337wjc.19.2014.06.11.02.56.12 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 11 Jun 2014 02:56:13 -0700 (PDT) From: Thomas Monjalon To: Alan Carew Date: Wed, 11 Jun 2014 11:56:14 +0200 Message-ID: <2713421.jADeOhW5yX@xps13> Organization: 6WIND User-Agent: KMail/4.13.1 (Linux/3.14.6-1-ARCH; KDE/4.13.1; x86_64; ; ) In-Reply-To: <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> <20140610210047.GB25593@sivswdev02.ir.intel.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 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: Wed, 11 Jun 2014 09:55:59 -0000 2014-06-10 22:00, Bruce Richardson: > 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 Applied for version 1.7.0. Thanks -- Thomas