From patchwork Fri Sep 11 14:45:37 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 77329 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 3F789A04B7; Fri, 11 Sep 2020 09:02:18 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C6BFE1B13C; Fri, 11 Sep 2020 09:02:17 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id C17CA8F96 for ; Fri, 11 Sep 2020 09:02:15 +0200 (CEST) IronPort-SDR: cMzHGy/LBFrceADPTjeE/M06jjxQAfJTGjcnxTkSXN6wPMIuKlzDIiOe7pKeu2XNAmPM/zO/Pu wP04ZIjt5wpQ== X-IronPort-AV: E=McAfee;i="6000,8403,9740"; a="156157759" X-IronPort-AV: E=Sophos;i="5.76,414,1592895600"; d="scan'208";a="156157759" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Sep 2020 00:02:13 -0700 IronPort-SDR: whjt2MQbpbH6EuTIAegRm4z8NI/A4EwUoyPDPdtVqeqtZSmab6UWsRiUwIUquq6V0pmCbeeP+N VFyb1PGSPT7A== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,414,1592895600"; d="scan'208";a="407999215" Received: from unknown (HELO localhost.localdomain) ([10.240.183.222]) by fmsmga001.fm.intel.com with ESMTP; 11 Sep 2020 00:02:11 -0700 From: lingwei To: dts@dpdk.org Cc: lingwei Date: Fri, 11 Sep 2020 14:45:37 +0000 Message-Id: <20200911144542.28336-1-weix.ling@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH V1 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