From patchwork Thu Sep 3 08:28:24 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lingli Chen X-Patchwork-Id: 76356 Return-Path: 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 8F19DA04D9; Thu, 3 Sep 2020 10:30:28 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 61E011C0AE; Thu, 3 Sep 2020 10:30:28 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 99690E07 for ; Thu, 3 Sep 2020 10:30:26 +0200 (CEST) IronPort-SDR: v5AptPbLprikfmne5RKDpD++CIK1kpBd53jLf++hzykqx0u5fagCTbW+CkO6EUSIzPqPBVfwNs bGVboCT8eR4Q== X-IronPort-AV: E=McAfee;i="6000,8403,9732"; a="221753242" X-IronPort-AV: E=Sophos;i="5.76,386,1592895600"; d="scan'208";a="221753242" 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; 03 Sep 2020 01:30:25 -0700 IronPort-SDR: Oz9c+1CxxGo2oGHtvmmA66a26fsGkqx6f8Z0pUAbvOvKO/bv5yHjD5cQOy/H83QJZZbIeXKHdX XK/AWEEXFmHA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,385,1592895600"; d="scan'208";a="315404142" Received: from unknown (HELO localhost.localdomain) ([10.240.183.80]) by orsmga002.jf.intel.com with ESMTP; 03 Sep 2020 01:30:24 -0700 From: Chen Linglix To: dts@dpdk.org Cc: Chen Linglix Date: Thu, 3 Sep 2020 16:28:24 +0800 Message-Id: <20200903082839.30213-1-linglix.chen@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [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" modify dts to support meson build method. 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 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(-) Tested-by: Chen, LingliX