From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 2/3] eal: remove pci config of extended tag Date: Tue, 08 Mar 2016 18:05:08 +0100 Message-ID: <10892657.iyd1LS9jva@xps13> References: <1450665486-8335-3-git-send-email-helin.zhang@intel.com> <1456113585-15259-1-git-send-email-helin.zhang@intel.com> <1456113585-15259-3-git-send-email-helin.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, zhe.tag@intel.com To: Helin Zhang Return-path: Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 3946732A5 for ; Tue, 8 Mar 2016 18:06:47 +0100 (CET) Received: by mail-wm0-f44.google.com with SMTP id l68so36620140wml.1 for ; Tue, 08 Mar 2016 09:06:47 -0800 (PST) In-Reply-To: <1456113585-15259-3-git-send-email-helin.zhang@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-02-22 11:59, Helin Zhang: > --- a/lib/librte_eal/common/include/rte_pci.h > +++ b/lib/librte_eal/common/include/rte_pci.h > @@ -580,12 +580,14 @@ void rte_eal_pci_ioport_write(struct rte_pci_ioport *p, > #ifdef RTE_PCI_CONFIG > /** > * Set special config space registers for performance purpose. > + * It is deprecated, as all configurations have been moved into > + * each PMDs respectively. > * > * @param dev > * A pointer to a rte_pci_device structure describing the device > * to use > */ > -void pci_config_space_set(struct rte_pci_device *dev); > +void pci_config_space_set(struct rte_pci_device *dev) __rte_deprecated; There is a missing prototype error because #include is missing.