From patchwork Fri Sep 11 16:16:51 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 77354 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 DA624A04B5; Fri, 11 Sep 2020 10:21:34 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9D2261C0CA; Fri, 11 Sep 2020 10:21:34 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 713661C0B9 for ; Fri, 11 Sep 2020 10:21:32 +0200 (CEST) IronPort-SDR: v10tmY96sUPIg4iYQH/9x+jXciZ80L3NcXeHPShd7tu7/b4N46WiGjJVTgNadHSGUbCXWoeOQA GK0DmFzY1sLA== X-IronPort-AV: E=McAfee;i="6000,8403,9740"; a="158000322" X-IronPort-AV: E=Sophos;i="5.76,414,1592895600"; d="scan'208";a="158000322" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Sep 2020 01:21:31 -0700 IronPort-SDR: N3aMlpoDyEPSoDKg9CW3y7yL/kSYwGHNB3Rmys22jp2qve5H84a69Hh3vGhLcKoj8+GEYoaPaQ eSZ11CjcPy+Q== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,414,1592895600"; d="scan'208";a="408015666" Received: from unknown (HELO localhost.localdomain) ([10.240.183.222]) by fmsmga001.fm.intel.com with ESMTP; 11 Sep 2020 01:21:30 -0700 From: lingwei To: dts@dpdk.org Cc: lingwei Date: Fri, 11 Sep 2020 16:16:51 +0000 Message-Id: <20200911161656.30238-1-weix.ling@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH V3 0/5] use API to set dpdk config when use 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" use API to set dpdk config when use meson lingwei (5): tests/l3fwd_base:use API to set dpdk config when use meson tests/TestSuite_af_xdp_2:use API to set dpdk config when use meson tests/TestSuite_nic_single_core_perf:use API to set dpdk config when use meson tests/TestSuite_vmdq_dcb:use API to set dpdk config when use meson tests/TestSuite_vmdq:use API to set dpdk config when use meson tests/TestSuite_af_xdp_2.py | 3 ++- tests/TestSuite_nic_single_core_perf.py | 4 ++++ tests/TestSuite_vmdq.py | 5 ++++- tests/TestSuite_vmdq_dcb.py | 13 ++++--------- tests/l3fwd_base.py | 2 ++ 5 files changed, 16 insertions(+), 11 deletions(-) Tested-by: Ling, Wei