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 98889A0540; Mon, 20 Jul 2020 09:08:11 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8163D1BF76; Mon, 20 Jul 2020 09:08:11 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id DA4CF2C5E for ; Mon, 20 Jul 2020 09:08:09 +0200 (CEST) IronPort-SDR: HIMQX4efHbXpokRXHIUat0ql7ust/djksJ13ys9wrNt4IyFnnN1aZ7cy9IZgbMQIr3gqT1G+eS 3WAAo3Y7DZDw== X-IronPort-AV: E=McAfee;i="6000,8403,9687"; a="137963927" X-IronPort-AV: E=Sophos;i="5.75,374,1589266800"; d="scan'208";a="137963927" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Jul 2020 00:08:08 -0700 IronPort-SDR: 6am1zVlqu66FT4E5DfHZ7eiauDT2AhnVcBO4imIXazuNxcIC1nlNEPGanzgiL0/mExz3fZW+DW WHYcZAdHdYng== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,374,1589266800"; d="scan'208";a="461582087" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga005.jf.intel.com with ESMTP; 20 Jul 2020 00:08:08 -0700 Received: from fmsmsx112.amr.corp.intel.com (10.18.116.6) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 20 Jul 2020 00:08:08 -0700 Received: from shsmsx108.ccr.corp.intel.com (10.239.4.97) by FMSMSX112.amr.corp.intel.com (10.18.116.6) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 20 Jul 2020 00:08:08 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.22]) by SHSMSX108.ccr.corp.intel.com ([169.254.8.8]) with mapi id 14.03.0439.000; Mon, 20 Jul 2020 15:08:05 +0800 From: "Tu, Lijuan" To: "Ma, LihongX" , "dts@dpdk.org" CC: "Chen, Zhaoyan" , "Ma, LihongX" Thread-Topic: [dts] [PATCH V1 0/7] meson build reference Thread-Index: AQHWVEfK46EBSM9Cf0+Gq3+bHyLvkqkQIGtg Date: Mon, 20 Jul 2020 07:08:05 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BC82257@SHSMSX101.ccr.corp.intel.com> References: <1594089903-26285-1-git-send-email-lihongx.ma@intel.com> In-Reply-To: <1594089903-26285-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-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1 0/7] meson build reference 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" Applied the series, thanks > -----Original Message----- > From: dts On Behalf Of lihong > Sent: 2020=1B$BG/=1B(B7=1B$B7n=1B(B7=1B$BF|=1B(B 10:45 > To: dts@dpdk.org > Cc: Chen, Zhaoyan ; Ma, LihongX > > Subject: [dts] [PATCH V1 0/7] meson build reference >=20 >=20 > lihong (7): > executions: add build_type field in all executions cfg > conf: add configuration file of app_name.cfg > framework/config: get configuration information from app_name.cfg > framework: read and save the build_type from execution.cfg > framework: add meson build method and get apps name of current build > type > framework/pmd_output: replace the hard code app path with the > configured app path > tests: replace the hard code app path with the configured app path >=20 > conf/app_name.cfg | 119 ++++++++++++++++++++++++= +++ > executions/execution.cfg | 2 + > executions/execution_FVL.cfg | 2 + > executions/execution_fm10k.cfg | 2 + > executions/execution_rxmode.cfg | 3 + > executions/execution_smoke.cfg | 1 + > framework/config.py | 29 +++++++ > framework/dts.py | 7 ++ > framework/dut.py | 8 +- > framework/pmd_output.py | 3 +- > framework/project_dpdk.py | 128 ++++++++++++++++++++++++= ++++-- > framework/settings.py | 1 + > tests/TestSuite_multiprocess.py | 53 ++++++++----- > tests/TestSuite_vhost_multi_queue_qemu.py | 14 ++-- > 14 files changed, 335 insertions(+), 37 deletions(-) create mode 100644 > conf/app_name.cfg >=20 > -- > 2.7.4