From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v7 03/28] librte_ether: add function rte_eth_copy_dev_info Date: Sun, 01 Nov 2015 22:30:38 +0100 Message-ID: <2011896.kQSmzzuKMr@xps13> References: <1446217733-9887-4-git-send-email-bernard.iremonger@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Bernard Iremonger Return-path: Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id 4AE068D9E for ; Sun, 1 Nov 2015 22:31:50 +0100 (CET) Received: by wmeg8 with SMTP id g8so46390646wme.1 for ; Sun, 01 Nov 2015 13:31:50 -0800 (PST) In-Reply-To: <1446217733-9887-4-git-send-email-bernard.iremonger@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" 2015-10-30 15:08, Bernard Iremonger: > +/** > + * Copy pci device info to the Ethernet device data. [...] > +extern void rte_eth_copy_dev_info(struct rte_eth_dev *eth_dev, struct rte_pci_device *pci_dev); This function should have the word "pci" in its name.