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 39F81A04B5; Fri, 11 Sep 2020 09:36:06 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id F3E821B9B7; Fri, 11 Sep 2020 09:36:05 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 9B1081B75C for ; Fri, 11 Sep 2020 09:36:04 +0200 (CEST) IronPort-SDR: e6KTCoT5TE0YCnFkyR4lcXf8YB00nR/BTWhc2gVYuqijdq4hg766suYQ4HvzcO7IpHPkxEaX7W Vjr5fHxF3P+g== X-IronPort-AV: E=McAfee;i="6000,8403,9740"; a="220265203" X-IronPort-AV: E=Sophos;i="5.76,414,1592895600"; d="scan'208";a="220265203" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Sep 2020 00:36:03 -0700 IronPort-SDR: Mg0tXh6H51sQVKeRbCutHCzRVykuyY/RkFN7xyCS5wiI8ZADFgV3/i0RCE14AHPxADINDmnags SROj2taqdcUQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,414,1592895600"; d="scan'208";a="318201303" Received: from unknown (HELO localhost.localdomain) ([10.240.183.222]) by orsmga002.jf.intel.com with ESMTP; 11 Sep 2020 00:35:53 -0700 From: lingwei To: dts@dpdk.org Cc: lingwei Date: Fri, 11 Sep 2020 15:27:19 +0000 Message-Id: <20200911152724.29030-1-weix.ling@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH V2 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.py: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(-) -- 2.17.1