From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id EE2AC69D4 for ; Thu, 6 Dec 2018 07:06:04 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Dec 2018 22:06:04 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,321,1539673200"; d="scan'208";a="257229117" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga004.jf.intel.com with ESMTP; 05 Dec 2018 22:06:03 -0800 Received: from fmsmsx155.amr.corp.intel.com (10.18.116.71) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 5 Dec 2018 22:06:03 -0800 Received: from bgsmsx153.gar.corp.intel.com (10.224.23.4) by FMSMSX155.amr.corp.intel.com (10.18.116.71) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 5 Dec 2018 22:06:03 -0800 Received: from bgsmsx101.gar.corp.intel.com ([169.254.1.20]) by BGSMSX153.gar.corp.intel.com ([169.254.2.9]) with mapi id 14.03.0415.000; Thu, 6 Dec 2018 11:36:00 +0530 From: "Varghese, Vipin" To: "Lu, Wenzhuo" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2 20/20] net/ice: support meson build Thread-Index: AQHUitbU6Uzbu3dgM0u7cp2zrxaEVqVsyC+QgAKXRACAAcOqoP//vKwAgABdfeA= Date: Thu, 6 Dec 2018 06:05:59 +0000 Message-ID: <4C9E0AB70F954A408CC4ADDBF0F8FA7D4D2D425F@BGSMSX101.gar.corp.intel.com> References: <1542956179-80951-1-git-send-email-wenzhuo.lu@intel.com> <1543820821-108122-1-git-send-email-wenzhuo.lu@intel.com> <1543820821-108122-21-git-send-email-wenzhuo.lu@intel.com> <4C9E0AB70F954A408CC4ADDBF0F8FA7D4D2C3F30@BGSMSX101.gar.corp.intel.com> <6A0DE07E22DDAD4C9103DF62FEBC09093FE112EC@shsmsx102.ccr.corp.intel.com> <4C9E0AB70F954A408CC4ADDBF0F8FA7D4D2D410E@BGSMSX101.gar.corp.intel.com> <6A0DE07E22DDAD4C9103DF62FEBC09093FE11780@shsmsx102.ccr.corp.intel.com> In-Reply-To: <6A0DE07E22DDAD4C9103DF62FEBC09093FE11780@shsmsx102.ccr.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiM2NiMDA2ODctMGI3Ny00ZTVmLWEwZmEtNGVhMTdiMjM3M2U4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiOEdiQW5ScGl6K1hOZU1SYXZ0K1ljOTE5K2dDUldcL3RaeStjVCtJYjBXcER2XC85K0NteWlnOUhTRHZiNmZpRUhqIn0= dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.223.10.10] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 20/20] net/ice: support meson build X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 06:06:05 -0000 > -----Original Message----- > From: Lu, Wenzhuo > Sent: Thursday, December 6, 2018 11:29 AM > To: Varghese, Vipin ; dev@dpdk.org > Subject: RE: [dpdk-dev] [PATCH v2 20/20] net/ice: support meson build >=20 > Hi Vipin, >=20 >=20 > > -----Original Message----- > > From: Varghese, Vipin > > Sent: Thursday, December 6, 2018 12:31 PM > > To: Lu, Wenzhuo ; dev@dpdk.org > > Subject: RE: [dpdk-dev] [PATCH v2 20/20] net/ice: support meson build > > > > Hi Wenzhuo > > > > snipped > > > > > > > > Should not meson build option be add start. That is in patch 1/20 > > > > so compile options does not fail? > > > It will not fail. Enabling the compile earlier only means the code > > > can be > > compiled. > > > But, to use this device we do need the whole patch set. From this > > > point of view, compiling it at the end maybe better. > > Thanks for update, so will 'meson-build' success if apply 3 patches? > Sure, meson build will not be broken by any one of these patches. Only un= til this > patch, what built by meson can support ice. Thanks for confirmation that you have tried './devtools/test-meson-builds.s= h' and the intermediate build for ICE_DSI PMD does not fail. >=20 > > > > > > > > > > > > > Thanks > > > > Vipin Varghese