From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v8 01/11] librte_ether: add fields from rte_pci_driver to rte_eth_dev_data Date: Tue, 03 Nov 2015 17:31:08 +0100 Message-ID: <1733430.Mr2Ydm9dhn@xps13> References: <1446555725-19540-2-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-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id DF1EB378E for ; Tue, 3 Nov 2015 17:32:19 +0100 (CET) Received: by wmeg8 with SMTP id g8so19577394wme.1 for ; Tue, 03 Nov 2015 08:32:19 -0800 (PST) In-Reply-To: <1446555725-19540-2-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-11-03 13:01, Bernard Iremonger: > +/** Device needs PCI BAR mapping (done with either IGB_UIO or VFIO) */ > +#define RTE_ETH_DEV_DRV_NEED_MAPPING 0x0001 > +/** Device needs to be unbound even if no module is provided */ > +#define RTE_ETH_DEV_DRV_FORCE_UNBIND 0x0002 These flags seems useless at ethdev level. > rte_eth_dev_get_dcb_info; > rte_eth_rx_queue_info_get; > rte_eth_tx_queue_info_get; > + rte_eth_copy_pci_info; Not in alphabetical order.