From patchwork Wed Sep 16 12:29:41 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Zhou, JunX W" X-Patchwork-Id: 77899 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 EE5C6A04C9; Wed, 16 Sep 2020 14:44:57 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A4F7B1C2A3; Wed, 16 Sep 2020 14:44:57 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 345EE1C299 for ; Wed, 16 Sep 2020 14:44:56 +0200 (CEST) IronPort-SDR: 2oWf46bPAa3v41EHYhx14jy4dU34ysYhfdAx/s9k1j8/mQ2NGDDSuKDypUkULt2OgrKWqweSDy ZymsRE7qxplQ== X-IronPort-AV: E=McAfee;i="6000,8403,9745"; a="160383152" X-IronPort-AV: E=Sophos;i="5.76,432,1592895600"; d="scan'208";a="160383152" 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; 16 Sep 2020 05:44:54 -0700 IronPort-SDR: V92Mi9lLLkB/Saiul537VhCwrxnSKgXzTYAePZGjyfh/ZiCGiSMYQesAI8zWTdvBuOjcauS8z4 aScbR28A9JBg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,432,1592895600"; d="scan'208";a="409542271" Received: from unknown (HELO localhost.localdomain) ([10.240.183.52]) by fmsmga001.fm.intel.com with ESMTP; 16 Sep 2020 05:44:52 -0700 From: "Zhou, Jun" To: dts@dpdk.org Cc: "Zhou, Jun" Date: Wed, 16 Sep 2020 12:29:41 +0000 Message-Id: <20200916122951.17646-1-junx.w.zhou@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [dts] [PATCH V1 00/10] Modify suites to support meson 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 suites to support meson *** BLURB HERE *** Zhou, Jun (10): tests/TestSuite_ddp_gtp_qregion.py: Instead of getting the rxq&txq value from common_base to rte_config.h tests/TestSuite_ddp_l2tpv3.py: Instead of getting the rxq&txq value from common_base to rte_config.h tests/TestSuite_ddp_ppp_l2tp.py: Instead of getting the rxq&txq value from common_base to rte_config.h tests/TestSuite_dynamic_flowtype.py: Instead of getting the rxq&txq value from common_base to rte_config.h tests/TestSuite_dynamic_queue.py: Instead of getting the rxq&txq value from common_base to rte_config.h tests/TestSuite_ipv4_reassembly.py: change mode of set parameter to adapt meson build tests/TestSuite_qinq_filter.py: change mode of set parameter to adapt meson build tests/TestSuite_queue_start_stop.py:adapt to support both meson and makefile build tests/tests/TestSuite_rxtx_callbacks.py:adapt to support both meson and makefile build tests/TestSuite_ddp_gtp.py: adapt to support both meson and makefile build tests/TestSuite_ddp_gtp.py | 13 +++++-------- tests/TestSuite_ddp_gtp_qregion.py | 6 +++--- tests/TestSuite_ddp_l2tpv3.py | 7 +++---- tests/TestSuite_ddp_ppp_l2tp.py | 6 +++--- tests/TestSuite_dynamic_flowtype.py | 6 +++--- tests/TestSuite_dynamic_queue.py | 12 ++++++------ tests/TestSuite_ipv4_reassembly.py | 7 +++---- tests/TestSuite_qinq_filter.py | 7 ++----- tests/TestSuite_queue_start_stop.py | 5 +++-- tests/TestSuite_rxtx_callbacks.py | 4 ++-- 10 files changed, 33 insertions(+), 40 deletions(-) Tested-by: Zhou, Jun