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 D0EA1A04B1; Wed, 9 Sep 2020 10:09:11 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 513621BE0C; Wed, 9 Sep 2020 10:09:11 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id C600D160 for ; Wed, 9 Sep 2020 10:09:09 +0200 (CEST) IronPort-SDR: M2JKUlgzR7uZqmtdltPag7iQPylvGHYfrm36BrhHtiZsyeEA085COnU2jaHHSChuWUvubN6IRa 4Q/JJrz/Lgyw== X-IronPort-AV: E=McAfee;i="6000,8403,9738"; a="155689449" X-IronPort-AV: E=Sophos;i="5.76,409,1592895600"; d="scan'208";a="155689449" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Sep 2020 01:09:08 -0700 IronPort-SDR: tnxQ0g+CiywYCtmoQrVyDTCG4a7MysXuh2oAKTS8V00vhOelcsuqLsqTsRBiP6KyGdg3BuO29k +uZk/ZMnYdug== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,409,1592895600"; d="scan'208";a="328819131" Received: from fmsmsx604.amr.corp.intel.com ([10.18.126.84]) by fmsmga004.fm.intel.com with ESMTP; 09 Sep 2020 01:09:07 -0700 Received: from shsmsx602.ccr.corp.intel.com (10.109.6.142) by fmsmsx604.amr.corp.intel.com (10.18.126.84) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Wed, 9 Sep 2020 01:09:04 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX602.ccr.corp.intel.com (10.109.6.142) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Wed, 9 Sep 2020 16:09:02 +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; Wed, 9 Sep 2020 16:09:02 +0800 From: "Tu, Lijuan" To: "Chen, LingliX" , "dts@dpdk.org" Thread-Topic: [dts] [PATCH V1 00/15] support meson build method Thread-Index: AQHWgcyC1rlKradGw0u6qdXrbTIenqlWEl4AgAnq84A= Date: Wed, 9 Sep 2020 08:09:02 +0000 Message-ID: References: <20200903082839.30213-1-linglix.chen@intel.com> In-Reply-To: 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="iso-2022-jp" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1 00/15] support meson build method 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, thanks > -----Original Message----- > From: dts On Behalf Of Chen, LingliX > Sent: 2020=1B$BG/=1B(B9=1B$B7n=1B(B3=1B$BF|=1B(B 16:42 > To: dts@dpdk.org > Subject: Re: [dts] [PATCH V1 00/15] support meson build method >=20 > Tested-by: Chen, LingliX >=20 > Regards, > Chen, LingliX >=20 > -----Original Message----- > From: Chen, LingliX > Sent: Thursday, September 3, 2020 4:28 PM > To: dts@dpdk.org > Cc: Chen, LingliX > Subject: [dts][PATCH V1 00/15] support meson build method >=20 > modify dts to support meson build method. >=20 > Chen Linglix (15): > tests/TestSuite_unit_tests_cmdline:update to support meson build > tests/TestSuite_unit_tests_crc:update to support meson build > tests/TestSuite_unit_tests_dump:update to support meson build > tests/TestSuite_unit_tests_eal:update to support meson build > tests/TestSuite_unit_tests_kni:update to support meson build > tests/TestSuite_unit_tests_loopback:update to support meson build > tests/TestSuite_unit_tests_lpm:update to support meson build > tests/TestSuite_unit_tests_mbuf:update to support meson build > tests/TestSuite_unit_tests_mempool:update to support meson build > tests/TestSuite_unit_tests_pmd_perf:update to support meson build > tests/TestSuite_unit_tests_power:update to support meson build > tests/TestSuite_unit_tests_qos:update to support meson build > tests/TestSuite_unit_tests_ringpmd:update to support meson build > tests/TestSuite_unit_tests_ring:update to support meson build > tests/TestSuite_unit_tests_timer:update to support meson build >=20 > tests/TestSuite_unit_tests_cmdline.py | 3 ++- > tests/TestSuite_unit_tests_crc.py | 3 ++- > tests/TestSuite_unit_tests_dump.py | 30 +++++++++++++++++++---------= -- > tests/TestSuite_unit_tests_eal.py | 10 ++++++---- > tests/TestSuite_unit_tests_kni.py | 3 ++- > tests/TestSuite_unit_tests_loopback.py | 18 +++++++----------- > tests/TestSuite_unit_tests_lpm.py | 20 ++++++++------------ > tests/TestSuite_unit_tests_mbuf.py | 3 ++- > tests/TestSuite_unit_tests_mempool.py | 6 ++++-- > tests/TestSuite_unit_tests_pmd_perf.py | 6 ++++-- > tests/TestSuite_unit_tests_power.py | 9 ++++++--- > tests/TestSuite_unit_tests_qos.py | 9 ++++++--- > tests/TestSuite_unit_tests_ring.py | 6 ++++-- > tests/TestSuite_unit_tests_ringpmd.py | 6 ++++-- > tests/TestSuite_unit_tests_timer.py | 6 ++++-- > 15 files changed, 80 insertions(+), 58 deletions(-) >=20 > -- > 1.8.3.1