From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id C0696A0524; Fri, 6 Nov 2020 04:10:35 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id AE3821D9E; Fri, 6 Nov 2020 04:10:34 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 37AF0100C for ; Fri, 6 Nov 2020 04:10:33 +0100 (CET) IronPort-SDR: KmlUPEAsuqL1szag9u1Od9+wWvwfdD7Tk15eZaGxb+vfZnsaj/kRyUdak3c4Rvwbv7YNT8M3f/ aob1KVJ9V7jw== X-IronPort-AV: E=McAfee;i="6000,8403,9796"; a="169605596" X-IronPort-AV: E=Sophos;i="5.77,454,1596524400"; d="scan'208";a="169605596" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Nov 2020 19:10:31 -0800 IronPort-SDR: lOg7IvbLK8zxNZuGThLDmiNGyX10n/1Prp0fLj73Y9fWeu/0iDlr5Kqya++Aa2Fx1JT/qNrmdL foCNcYWRqQBg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,454,1596524400"; d="scan'208";a="528192144" Received: from fmsmsx603.amr.corp.intel.com ([10.18.126.83]) by fmsmga006.fm.intel.com with ESMTP; 05 Nov 2020 19:10:30 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by fmsmsx603.amr.corp.intel.com (10.18.126.83) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Thu, 5 Nov 2020 19:10:30 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX601.ccr.corp.intel.com (10.109.6.141) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Fri, 6 Nov 2020 11:10:28 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.1713.004; Fri, 6 Nov 2020 11:10:28 +0800 From: "Tu, Lijuan" To: "Ma, LihongX" , "dts@dpdk.org" CC: "Ma, LihongX" Thread-Topic: [dts] [PATCH V1] framework: modify the method of set options of dpdk Thread-Index: AQHWsbMRJJWjEoV+xkqsyKBtdyrzq6m6cUpw Date: Fri, 6 Nov 2020 03:10:28 +0000 Message-ID: <5363da2c24074d28aa0cd2fe1d7def20@intel.com> References: <1604361258-24750-1-git-send-email-lihongx.ma@intel.com> In-Reply-To: <1604361258-24750-1-git-send-email-lihongx.ma@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1] framework: modify the method of set options of dpdk X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" > - As now many options can not been setted by meson build parameter, so > modify the config file directly to change it > - add api to modify the config file of makefile >=20 > Signed-off-by: LihongX Ma Applied