From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v7 02/28] librte_ether: add fields from rte_pci_driver to rte_eth_dev_data Date: Sun, 01 Nov 2015 22:12:23 +0100 Message-ID: <1583512.Ss2AELHNGg@xps13> References: <1446217733-9887-3-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-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id 174D38E56 for ; Sun, 1 Nov 2015 22:13:35 +0100 (CET) Received: by wmff134 with SMTP id f134so46104638wmf.0 for ; Sun, 01 Nov 2015 13:13:34 -0800 (PST) In-Reply-To: <1446217733-9887-3-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: > add dev_flags to rte_eth_dev_data, add macros for dev_flags. > add kdrv to rte_eth_dev_data. > add numa_node to rte_eth_dev_data. > add drv_name to rte_eth_dev_data. A commit message should explain why things are done. > + uint32_t dev_flags; /**< Flags controlling handling of device. */ Where are defined this flags? What is the scope?