From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 7EBDD5693 for ; Wed, 14 Oct 2015 18:31:29 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP; 14 Oct 2015 09:31:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,681,1437462000"; d="scan'208";a="826619180" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by orsmga002.jf.intel.com with ESMTP; 14 Oct 2015 09:31:18 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.116]) by IRSMSX109.ger.corp.intel.com ([169.254.13.139]) with mapi id 14.03.0248.002; Wed, 14 Oct 2015 17:31:16 +0100 From: "Mcnamara, John" To: "Iremonger, Bernard" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v3 07/20] pcap: remove pci device driver Thread-Index: AQHRBQrLjohTeTIpi02kmtHWvzF3aZ5rMM0Q Date: Wed, 14 Oct 2015 16:31:16 +0000 Message-ID: References: <1444667120-12891-1-git-send-email-bernard.iremonger@intel.com> <1444667120-12891-8-git-send-email-bernard.iremonger@intel.com> In-Reply-To: <1444667120-12891-8-git-send-email-bernard.iremonger@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3 07/20] pcap: remove pci device driver X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Oct 2015 16:31:29 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Bernard Iremonger > Sent: Monday, October 12, 2015 5:25 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v3 07/20] pcap: remove pci device driver >=20 > remove rte_pcap_pmd and pci_dev. > initialise dev_flags, driver, drv_name, kdrv and numa_node fields in > eth_dev data >=20 > Signed-off-by: Bernard Iremonger All patches apply and compile in order. I've only tested the PCAP driver ch= anges but the changes in the other PMDs are consistent. So, in the absence = of other objections: Series Acked-by: John McNamara