[V4,0/5] use API to set dpdk config when use meson
Message ID | 20200914145822.18971-1-weix.ling@intel.com (mailing list archive) |
---|---|
Headers |
Return-Path: <dts-bounces@dpdk.org> 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 0924CA04C9; Mon, 14 Sep 2020 09:07:05 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B16A1FFA; Mon, 14 Sep 2020 09:07:05 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id C435AE07 for <dts@dpdk.org>; Mon, 14 Sep 2020 09:07:04 +0200 (CEST) IronPort-SDR: 67b54hVbZfDH9O5VED8BArfT8HZ5GdFs2pS3PFkUtMTqFu55v94Y9yTLvJCJrlUwwWFKyp8GVh mLTH8gHcTtxw== X-IronPort-AV: E=McAfee;i="6000,8403,9743"; a="146727399" X-IronPort-AV: E=Sophos;i="5.76,425,1592895600"; d="scan'208";a="146727399" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Sep 2020 00:07:03 -0700 IronPort-SDR: RxpyGNpNFb8PK763WiVLh1VQ4A9WAuK0yqUVWrcKLp2fVj5k/DzXvlucrHHrno7mxfMYP60PVD enXIK7I8bhVQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,425,1592895600"; d="scan'208";a="408775655" Received: from unknown (HELO localhost.localdomain) ([10.240.183.222]) by fmsmga001.fm.intel.com with ESMTP; 14 Sep 2020 00:07:01 -0700 From: lingwei <weix.ling@intel.com> To: dts@dpdk.org Cc: lingwei <weix.ling@intel.com> Date: Mon, 14 Sep 2020 14:58:17 +0000 Message-Id: <20200914145822.18971-1-weix.ling@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH V4 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 <dts.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dts>, <mailto:dts-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dts/> List-Post: <mailto:dts@dpdk.org> List-Help: <mailto:dts-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dts>, <mailto:dts-request@dpdk.org?subject=subscribe> Errors-To: dts-bounces@dpdk.org Sender: "dts" <dts-bounces@dpdk.org> |
Message
Ling, WeiX
Sept. 14, 2020, 2:58 p.m. UTC
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(-)