From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 4F9CF8DA6 for ; Mon, 12 Oct 2015 18:17:29 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP; 12 Oct 2015 09:17:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,673,1437462000"; d="scan'208";a="825071191" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by fmsmga002.fm.intel.com with ESMTP; 12 Oct 2015 09:17:19 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.138]) by IRSMSX109.ger.corp.intel.com ([169.254.13.139]) with mapi id 14.03.0248.002; Mon, 12 Oct 2015 17:17:18 +0100 From: "Iremonger, Bernard" To: "Mcnamara, John" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2 02/20] librte_ether: add fields from rte_pci_driver to rte_eth_dev_data Thread-Index: AQHQ/1j7DM+6H2jQdEu3n4yA/0W0255ntdIAgABdxXA= Date: Mon, 12 Oct 2015 16:17:18 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C219F6EA0E@IRSMSX108.ger.corp.intel.com> References: <1444041035-4936-1-git-send-email-bernard.iremonger@intel.com> <1444041035-4936-3-git-send-email-bernard.iremonger@intel.com> In-Reply-To: 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 v2 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Oct 2015 16:17:29 -0000 Hi John, > Hi Bernard, >=20 > Patch 02/20 doesn't compile without patch 03/20 also being applied: >=20 >=20 > $ git log --pretty=3Doneline --abbrev-commit -2 > 0958ce7 librte_ether: add fields from rte_pci_driver to rte_eth_dev_d= ata > 30e65e6 librte_eal: add RTE_KDRV_NONE for vdevs >=20 > $ make T=3Dx86_64-native-linuxapp-gcc -j install > ... > lib/librte_ether/rte_ethdev.c:3341:1: error: no previous prototype fo= r > 'rte_eth_copy_dev_info' [-Werror=3Dmissing-prototypes] > cc1: all warnings being treated as errors >=20 >=20 > John >=20 I have reworked patch 02/20 and 03/20 to fix this issue. I will send a v3 patch set with the revised patches. Regards, Bernard.