From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Iremonger, Bernard" Subject: Re: [PATCH v3 02/20] librte_ether: add fields from rte_pci_driver to rte_eth_dev_data Date: Tue, 20 Oct 2015 10:35:06 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C219F725C5@IRSMSX108.ger.corp.intel.com> References: <1444667120-12891-1-git-send-email-bernard.iremonger@intel.com> <1444667120-12891-3-git-send-email-bernard.iremonger@intel.com> <533710CFB86FA344BFBF2D6802E6028621B4E24E@SHSMSX101.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable To: "Qiu, Michael" , "dev@dpdk.org" Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 6A68B8E7A for ; Tue, 20 Oct 2015 12:35:29 +0200 (CEST) In-Reply-To: <533710CFB86FA344BFBF2D6802E6028621B4E24E@SHSMSX101.ccr.corp.intel.com> Content-Language: en-US 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" Hi Michael, > -----Original Message----- > From: Qiu, Michael > Sent: Tuesday, October 20, 2015 10:19 AM > To: Iremonger, Bernard; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v3 02/20] librte_ether: add fields from > rte_pci_driver to rte_eth_dev_data >=20 > On 2015/10/13 0:26, Bernard Iremonger wrote: > > 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. > > use dev_type to distinguish between vdev's and pdev's. > > remove pci_dev branches. > > > > Signed-off-by: Bernard Iremonger >=20 > I have a question, if we only apply the patch set till here, does DPDK wo= rk > fine? >=20 > Thanks, > Michael The intention is to apply the complete patch set. The PMD's will not work properly if the patches for the PMD's are not appli= ed. Regards, Bernard.