From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id D63D12BA0 for ; Tue, 8 Mar 2016 18:49:58 +0100 (CET) Received: by mail-wm0-f41.google.com with SMTP id p65so38303858wmp.0 for ; Tue, 08 Mar 2016 09:49:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=NQdTrOfv5u6pFAQMB2cP5Jc9SxutY1S77JzZY3qdbZI=; b=vncVYDxjouXCQ2GOLcLuSjBG84LVGsfVFRTH25hBCA/LGcziecOaP/wyGBQMnuEqiP BmurfxjFcsrfFO8I2APS41Mt3K4HPUYqiLq9c2mLE2WpuvFdph8E0VkaWlldl2luynvQ +u2s3/WAzQ+FzzsV7suQBCaamBGNmqdE2EMxAenq0GMEOxIR7ZAvEEQf+xonuK5GR0o7 Pnn44m6FHCAn73gL/UFFq/iIwxhQ6n/KcqWtMvqLRd2syvpX+5KCHR0WgePyU/BncFhL pP5VnHnFYjRFluaivxt4LP0dVIB5eJEn1EFQrg5TLyZCH4QAkEU5KwpfryImxIFCDsLD cg5Q== 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; bh=NQdTrOfv5u6pFAQMB2cP5Jc9SxutY1S77JzZY3qdbZI=; b=N9b1RbxNu2VMSRpj4fRVncdE3puaI8dfoLuiJXCMNBQhwfZQZwb2umKmiCf+KMx4V1 aNnd1W3EEMSIeJhtqUTskNvg9xTuD4FU/nzqBQt2cjq2I+BUvCiX1eN0IBQ7lGGY+WA+ 7RLtG6J4XjiOjOGz/Z1BGbV/T3IyJfTfZAtSiGW9+PWLi2UpU/4aK1nk9YCL119rjVgT 8RcbVRATXIiDpiaTOHfyM2P2Hu7HC8RK4+TRZ76mhIMScpbQbOTJ9msxxJl9TyFZOK+n Rxp5AswLw2PSxo9iL+V00k0zNYwhWoF7swAXsXtoyN0rYRiNwh9tSZ526ctWWXAInKN2 7SgA== X-Gm-Message-State: AD7BkJIrVuIT1rmbzwqXFbVn+znb4Rsqlm9m96Tn4GbuW4yaGtLVERXcoouPEysx3ot5kAHA X-Received: by 10.28.21.14 with SMTP id 14mr19985522wmv.39.1457459398701; Tue, 08 Mar 2016 09:49:58 -0800 (PST) Received: from xps13.localnet (171.36.101.84.rev.sfr.net. [84.101.36.171]) by smtp.gmail.com with ESMTPSA id k125sm19754228wmb.14.2016.03.08.09.49.57 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 08 Mar 2016 09:49:57 -0800 (PST) From: Thomas Monjalon To: Helin Zhang Date: Tue, 08 Mar 2016 18:48:20 +0100 Message-ID: <1555142.Wlp3CQkcU2@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1456113585-15259-4-git-send-email-helin.zhang@intel.com> References: <1450665486-8335-3-git-send-email-helin.zhang@intel.com> <1456113585-15259-1-git-send-email-helin.zhang@intel.com> <1456113585-15259-4-git-send-email-helin.zhang@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 v2 3/3] igb_uio: deprecate sys files 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, 08 Mar 2016 17:49:59 -0000 2016-02-22 11:59, Helin Zhang: > --- /dev/null > +++ b/doc/guides/nics/i40e.rst This file is not included in the index. > --- a/lib/librte_eal/common/include/rte_pci.h > +++ b/lib/librte_eal/common/include/rte_pci.h > @@ -587,7 +587,7 @@ void rte_eal_pci_ioport_write(struct rte_pci_ioport *p, > * A pointer to a rte_pci_device structure describing the device > * to use > */ > -void pci_config_space_set(struct rte_pci_device *dev) __rte_deprecated; > +void pci_config_space_set(struct rte_pci_device *dev); Why the deprecated attribute is now removed?