From patchwork Sun Jul 16 09:07:46 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jin Ling X-Patchwork-Id: 129546 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 2B72042E8B; Sun, 16 Jul 2023 11:08:16 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D530342BC9; Sun, 16 Jul 2023 11:08:15 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 16E6F40DFD for ; Sun, 16 Jul 2023 11:08:12 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1689498493; x=1721034493; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=2bMpL1QrK4lgda3XwDPcOCZCzsjhRwOc/fhUvD7le94=; b=eHok9rjcqg4c8UupCmbI0+SEJ807zorv8U29makxQPVlr9ulnSoufch8 qcw+egsezC1aUfXSr1sMkGz24sW4jdaC5AL41L+ApJIZFjQUOILP26BgU 50fbSbhGFePs0shmNO3YGnH47oBDKki/tLgFBo8zMj1b3cRvJXmQhgB9b KJWjTkZ8JVpoxcA0sXyJDVrvRHqdiXun+H9YgONIg5kmcNtDFJQOEt8Wk ELjznOCtF112sFmWZlxIT20gaENPHVghl5cdiK+Tf1Z8mFe06N2eEr3Zy el8ZNjt0KessjXNIB91UHbZl9UcYp3jXPbS9WJSs6hamVcy050P5i4LW5 g==; X-IronPort-AV: E=McAfee;i="6600,9927,10772"; a="350610634" X-IronPort-AV: E=Sophos;i="6.01,210,1684825200"; d="scan'208";a="350610634" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Jul 2023 02:08:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10772"; a="788303662" X-IronPort-AV: E=Sophos;i="6.01,210,1684825200"; d="scan'208";a="788303662" Received: from dpdk-lingjin.sh.intel.com ([10.67.114.163]) by fmsmga008.fm.intel.com with ESMTP; 16 Jul 2023 02:08:11 -0700 From: Jin Ling To: dts@dpdk.org Cc: Jin Ling Subject: [DTS][PATCH V1 02/10] execution.cfg: add parameters to choose datapath and create vport when running test scripts Date: Sun, 16 Jul 2023 17:07:46 +0800 Message-Id: <20230716090753.1590148-3-jin.ling@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230716090753.1590148-1-jin.ling@intel.com> References: <20230716090753.1590148-1-jin.ling@intel.com> MIME-Version: 1.0 X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 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 Signed-off-by: Jin Ling --- execution.cfg | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/execution.cfg b/execution.cfg index 1507527c..fcc2cbe7 100644 --- a/execution.cfg +++ b/execution.cfg @@ -6,5 +6,15 @@ build_type=meson test_suites= hello_world, targets= - x86_64-native-linuxapp-gcc + # on acc: + # arm64-intel-linux-gcc + # on host: + x86_64-native-linuxapp-gcc parameters=nic_type=cfg:func=true +# test_mev =True +# test_acc =True +# rx_mode=novector +# # # rx_mode=AVX512 +# queue_model=splitq +# vport=0-1 +# rx_vport=0 \ No newline at end of file