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 1AC1AA04B7; Wed, 2 Sep 2020 11:14:19 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 32BDF1C0B5; Wed, 2 Sep 2020 11:14:18 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 172441C066 for ; Wed, 2 Sep 2020 11:14:16 +0200 (CEST) IronPort-SDR: EyQi5QNhjoh0TLu6zzRNfVjMOVQiAmqqa1GwkGonuTobW7a8ZYkU11Zc/UUK20jEw7wlIZ/Li+ bYCzJHMLW+qQ== X-IronPort-AV: E=McAfee;i="6000,8403,9731"; a="158348256" X-IronPort-AV: E=Sophos;i="5.76,381,1592895600"; d="scan'208";a="158348256" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Sep 2020 02:14:11 -0700 IronPort-SDR: SPqEdWDneOdTJXUGOeVwLbwiPR6ljmdWEYQCSLqnY7ndGURfNtUmpQcGZxVkDc+WXbz2EmzMXs FqR0IJgY4BSA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,381,1592895600"; d="scan'208";a="405099264" Received: from unknown (HELO localhost.localdomain) ([10.240.183.80]) by fmsmga001.fm.intel.com with ESMTP; 02 Sep 2020 02:14:10 -0700 From: Xie wei To: dts@dpdk.org Cc: Xie wei Date: Wed, 2 Sep 2020 17:15:02 +0800 Message-Id: <20200902091510.6043-1-weix.xie@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH V1 0/8] 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. Xie wei (8): tests/TestSuite_flow_filtering:support meson build method tests/TestSuite_port_control:support meson build method tests/TestSuite_runtime_vf_queue_number:support meson build method tests/TestSuite_runtime_vf_queue_number_kernel:support meson build method tests/TestSuite_veb_switch:support meson build method tests/TestSuite_vf_interrupt_pmd:support meson build method tests/TestSuite_vm_power_manager:support meson build method tests/TestSuite_floating_veb:support meson build method tests/TestSuite_floating_veb.py | 56 ++++++++++--------- tests/TestSuite_flow_filtering.py | 5 +- tests/TestSuite_port_control.py | 3 +- tests/TestSuite_runtime_vf_queue_number.py | 7 +-- ...estSuite_runtime_vf_queue_number_kernel.py | 6 +- tests/TestSuite_veb_switch.py | 37 ++++++------ tests/TestSuite_vf_interrupt_pmd.py | 22 +++----- tests/TestSuite_vm_power_manager.py | 31 ++++------ 8 files changed, 80 insertions(+), 87 deletions(-) -- 2.17.1