From patchwork Fri Sep 11 02:57:53 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Xie, WeiX" X-Patchwork-Id: 77304 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 09FBBA04B5; Fri, 11 Sep 2020 04:59:53 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BE28F8F96; Fri, 11 Sep 2020 04:59:52 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 633F1E07 for ; Fri, 11 Sep 2020 04:59:51 +0200 (CEST) IronPort-SDR: rFCwJOb0ujFumSgsg3dn0ImocDq5d6/ojTw7eZqc2RFjHKKlVb3C77ykqAIdH/BVpvm4H/rNqd xATqG3iwoEdw== X-IronPort-AV: E=McAfee;i="6000,8403,9740"; a="222881660" X-IronPort-AV: E=Sophos;i="5.76,413,1592895600"; d="scan'208";a="222881660" 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; 10 Sep 2020 19:59:50 -0700 IronPort-SDR: dNUDxaWV/tSoDpfamg4uFhcq2U/YP+BGuJxdTDiqqaliR5wfEWJzwBauuDANrEuHi/SngEmJpu lK1Z5o0G70nQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,413,1592895600"; d="scan'208";a="318135466" Received: from unknown (HELO localhost.localdomain) ([10.240.183.80]) by orsmga002.jf.intel.com with ESMTP; 10 Sep 2020 19:59:49 -0700 From: Xie wei To: dts@dpdk.org Cc: Xie wei Date: Fri, 11 Sep 2020 10:57:53 +0800 Message-Id: <20200911025758.9246-1-weix.xie@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH V1 0/5] 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 (5): tests/TestSuite_iavf_package_driver_error_handle:support meson build method tests/TestSuite_enable_package_download_in_ice_driver:support meson build method tests/TestSuite_rteflow_priority:support meson build method tests/TestSuite_iavf_fdir:support meson build method tests/TestSuite_dcf_lifecycle:support meson build method tests/TestSuite_dcf_lifecycle.py | 10 +++---- ...e_enable_package_download_in_ice_driver.py | 5 ++-- tests/TestSuite_iavf_fdir.py | 27 ++++++++++--------- ...tSuite_iavf_package_driver_error_handle.py | 2 +- tests/TestSuite_rteflow_priority.py | 17 ++++++------ 5 files changed, 31 insertions(+), 30 deletions(-)