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 864B7A04B5; Thu, 10 Sep 2020 03:14:35 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 444BD1BFA2; Thu, 10 Sep 2020 03:14:35 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id B9A1B2BA8 for ; Thu, 10 Sep 2020 03:14:33 +0200 (CEST) IronPort-SDR: OqCdzskKCdRjAMdkzVPKx8gL5vW0ojM3+bYXrHxBHesaIeEivoOv6nbFmTuqYxmeKT0Qko0D2D bU/Jz87kosdQ== X-IronPort-AV: E=McAfee;i="6000,8403,9739"; a="146164663" X-IronPort-AV: E=Sophos;i="5.76,411,1592895600"; d="scan'208";a="146164663" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Sep 2020 18:14:32 -0700 IronPort-SDR: +PyLemSLxHVEFfASbE99iNVNWaXq15z3cR9E6PU0s6beO2B8eLgp9L26xcaCDAtJKoehiVhj4W yN4Z+7u6q9hA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,411,1592895600"; d="scan'208";a="329131847" Received: from fmsmsx604.amr.corp.intel.com ([10.18.126.84]) by fmsmga004.fm.intel.com with ESMTP; 09 Sep 2020 18:14:32 -0700 Received: from shsmsx605.ccr.corp.intel.com (10.109.6.215) 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 18:14:30 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX605.ccr.corp.intel.com (10.109.6.215) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Thu, 10 Sep 2020 09:14:29 +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; Thu, 10 Sep 2020 09:14:29 +0800 From: "Tu, Lijuan" To: "Jiang, YuX" , "dts@dpdk.org" CC: "Jiang, YuX" Thread-Topic: [dts] [PATCH V1 0/9] Modify suites to support meson & makefile Thread-Index: AQHWhQen3sz7UOww3UeHi8PiIoft2qlhFVqw Date: Thu, 10 Sep 2020 01:14:28 +0000 Message-ID: <6f60a6378860451cb9b91ccb227835ed@intel.com> References: <20200907111035.7697-1-yux.jiang@intel.com> In-Reply-To: <20200907111035.7697-1-yux.jiang@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="iso-2022-jp" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1 0/9] Modify suites to support meson & makefile 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 Jiang, YuX > Sent: 2020=1B$BG/=1B(B9=1B$B7n=1B(B7=1B$BF|=1B(B 19:10 > To: dts@dpdk.org > Cc: Jiang, YuX > Subject: [dts] [PATCH V1 0/9] Modify suites to support meson & makefile >=20 > From: "Jiang,yu" >=20 > Modify suite to support meson & makefile >=20 > Jiang,yu (9): > tests/TestSuite_crypto_perf_cryptodev_perf: support meson build > tests/TestSuite_fips_cryptodev: support meson build > tests/TestSuite_ipsec_gw_cryptodev_func: support meson build > tests/TestSuite_l2fwd_cryptodev_func: support meson build > tests/TestSuite_unit_tests_cryptodev_func: support meson build > tests/TestSuite_virtio_ipsec_cryptodev_func: support meson build > tests/TestSuite_virtio_perf_cryptodev_func: support meson build > tests/TestSuite_virtio_unit_cryptodev_func: support meson build > tests/compress_common: support meson build >=20 > tests/TestSuite_crypto_perf_cryptodev_perf.py | 3 +-- > tests/TestSuite_fips_cryptodev.py | 2 +- > tests/TestSuite_ipsec_gw_cryptodev_func.py | 2 +- > tests/TestSuite_l2fwd_cryptodev_func.py | 2 +- > tests/TestSuite_unit_tests_cryptodev_func.py | 2 +- > tests/TestSuite_virtio_ipsec_cryptodev_func.py | 22 +++++++-------------= -- > tests/TestSuite_virtio_perf_cryptodev_func.py | 20 ++++++-------------- > tests/TestSuite_virtio_unit_cryptodev_func.py | 15 +++++---------- > tests/compress_common.py | 11 +++++------ > 9 files changed, 28 insertions(+), 51 deletions(-) >=20 > -- > 2.7.4