Message ID | 20200907111035.7697-1-yux.jiang@intel.com (mailing list archive) |
---|---|
Headers |
Return-Path: <dts-bounces@dpdk.org> X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id EB9ABA04B7; Mon, 7 Sep 2020 13:11:21 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DFEDC1C0CE; Mon, 7 Sep 2020 13:11:21 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id D0C491BE0C for <dts@dpdk.org>; Mon, 7 Sep 2020 13:11:19 +0200 (CEST) IronPort-SDR: I1paMDj3LfarQ6e9z+hDHi0677ycvfgMjUs+dT24udSXF/B2X+p+q27wEU4SpQpsW8ogTEIxSX tlfwKaQ8uTvA== X-IronPort-AV: E=McAfee;i="6000,8403,9736"; a="222197504" X-IronPort-AV: E=Sophos;i="5.76,401,1592895600"; d="scan'208";a="222197504" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Sep 2020 04:11:18 -0700 IronPort-SDR: oCUA84xanhzfc0CekwIqonLnfKSD5beW0XS181jhaEle33E12Cfzs+Vi2sMTkYorTv2tjV37jx ir0CPT+NpR+A== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,401,1592895600"; d="scan'208";a="316841769" Received: from unknown (HELO localhost.localdomain) ([10.240.183.80]) by orsmga002.jf.intel.com with ESMTP; 07 Sep 2020 04:11:17 -0700 From: "Jiang, YuX" <yux.jiang@intel.com> To: dts@dpdk.org Cc: "Jiang,yu" <yux.jiang@intel.com> Date: Mon, 7 Sep 2020 19:10:26 +0800 Message-Id: <20200907111035.7697-1-yux.jiang@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [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 <dts.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dts>, <mailto:dts-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dts/> List-Post: <mailto:dts@dpdk.org> List-Help: <mailto:dts-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dts>, <mailto:dts-request@dpdk.org?subject=subscribe> Errors-To: dts-bounces@dpdk.org Sender: "dts" <dts-bounces@dpdk.org> |
Series |
Modify suites to support meson & makefile
|
|
Message
Jiang, YuX
Sept. 7, 2020, 11:10 a.m. UTC
From: "Jiang,yu" <yux.jiang@intel.com>
Modify suite to support meson & makefile
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
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(-)
Comments
Acked-by: LihongX Ma<lihongx.ma@intel.com> Regards, Ma,lihong > -----Original Message----- > From: dts <dts-bounces@dpdk.org> On Behalf Of Jiang, YuX > Sent: Monday, September 7, 2020 7:10 PM > To: dts@dpdk.org > Cc: Jiang, YuX <yux.jiang@intel.com> > Subject: [dts] [PATCH V1 0/9] Modify suites to support meson & makefile > > From: "Jiang,yu" <yux.jiang@intel.com> > > Modify suite to support meson & makefile > > 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 > > 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(-) > > -- > 2.7.4
Applied, thanks > -----Original Message----- > From: dts <dts-bounces@dpdk.org> On Behalf Of Jiang, YuX > Sent: 2020年9月7日 19:10 > To: dts@dpdk.org > Cc: Jiang, YuX <yux.jiang@intel.com> > Subject: [dts] [PATCH V1 0/9] Modify suites to support meson & makefile > > From: "Jiang,yu" <yux.jiang@intel.com> > > Modify suite to support meson & makefile > > 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 > > 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(-) > > -- > 2.7.4