From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <bernard.iremonger@intel.com>
Received: from mga01.intel.com (mga01.intel.com [192.55.52.88])
 by dpdk.org (Postfix) with ESMTP id 6A68B8E7A
 for <dev@dpdk.org>; Tue, 20 Oct 2015 12:35:29 +0200 (CEST)
Received: from fmsmga003.fm.intel.com ([10.253.24.29])
 by fmsmga101.fm.intel.com with ESMTP; 20 Oct 2015 03:35:08 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.17,707,1437462000"; d="scan'208";a="584460927"
Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28])
 by FMSMGA003.fm.intel.com with ESMTP; 20 Oct 2015 03:35:07 -0700
Received: from irsmsx108.ger.corp.intel.com ([169.254.11.138]) by
 irsmsx105.ger.corp.intel.com ([169.254.7.75]) with mapi id 14.03.0248.002;
 Tue, 20 Oct 2015 11:35:06 +0100
From: "Iremonger, Bernard" <bernard.iremonger@intel.com>
To: "Qiu, Michael" <michael.qiu@intel.com>, "dev@dpdk.org" <dev@dpdk.org>
Thread-Topic: [dpdk-dev] [PATCH v3 02/20] librte_ether: add fields from
 rte_pci_driver to rte_eth_dev_data
Thread-Index: AQHRBQq/JnZfMGu1sk2SrOtL3+5lwJ50KyBw
Date: Tue, 20 Oct 2015 10:35:06 +0000
Message-ID: <8CEF83825BEC744B83065625E567D7C219F725C5@IRSMSX108.ger.corp.intel.com>
References: <PATCH>
 <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>
In-Reply-To: <533710CFB86FA344BFBF2D6802E6028621B4E24E@SHSMSX101.ccr.corp.intel.com>
Accept-Language: en-GB, en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [163.33.239.181]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Subject: Re: [dpdk-dev] [PATCH v3 02/20] librte_ether: add fields
	from	rte_pci_driver to rte_eth_dev_data
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Tue, 20 Oct 2015 10:35:30 -0000

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 <bernard.iremonger@intel.com>
>=20
> I have a question, if we only apply the patch set till here, does DPDK wo=
rk
> fine?
>=20
> Thanks,
> Michael

<snip>

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.