From patchwork Fri Aug 25 15:28:18 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Jiale, SongX" X-Patchwork-Id: 130735 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 01156430FC; Fri, 25 Aug 2023 09:19:55 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EF53740A7A; Fri, 25 Aug 2023 09:19:54 +0200 (CEST) Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 8954C40695 for ; Fri, 25 Aug 2023 09:19:53 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1692947993; x=1724483993; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=HZiLDkPw8SkvX/zjdxjoqphcDh0Bg8LeZCJ4RMees2Y=; b=iYB4aeH98X7KbKo/ODxuOuZIZjNCt29Jn+hm9bs8orsJpniFvECSsjX7 qJW8GXHZhya0Ul/AXbMbLS/z9kJKpdKbczz2UHI7zSYXNP0L8E1VkfEXe RSWiWEHi+a4eiW+fahP4Z68UJMoS7NQ8Dw94LbVh4hTJF/WK47wMNXyoX OtwN/1abp1X7mx9CjJcQBuGIJGktCadSohaQst8scofaFgnzE3GS04hEc f0CVPDHTJqZweS6dNNyJZ8V3SgYhJL5OiYEs90wyxdoqkIwcFKIHtJNuu 7eIGjVqs4C6CwhexbtEEkWVgv4gL9SJVSoyok47PPtyjUds+RjUmGdxEy A==; X-IronPort-AV: E=McAfee;i="6600,9927,10812"; a="405654449" X-IronPort-AV: E=Sophos;i="6.02,195,1688454000"; d="scan'208";a="405654449" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Aug 2023 00:19:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10812"; a="802869628" X-IronPort-AV: E=Sophos;i="6.02,195,1688454000"; d="scan'208";a="802869628" Received: from unknown (HELO localhost.localdomain) ([10.239.252.96]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Aug 2023 00:19:51 -0700 From: Jiale Song To: dts@dpdk.org Cc: Jiale Song Subject: [dts] [PATCH V2 2/9] execution: add parameters and parameter comments Date: Fri, 25 Aug 2023 15:28:18 +0000 Message-Id: <20230825152825.2831565-3-songx.jiale@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230825152825.2831565-1-songx.jiale@intel.com> References: <20230825152825.2831565-1-songx.jiale@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 add execution related parameters and comments for MEV testing. Signed-off-by: Jiale Song --- execution.cfg | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/execution.cfg b/execution.cfg index 1507527c..f2526e70 100644 --- a/execution.cfg +++ b/execution.cfg @@ -1,3 +1,24 @@ +# ************Readme************ +# [Execution1]; Section Name,multiple segments can be configured, Required +# crbs=xxx:xxx:xxx:xxx; DUT ip address, Required +# drivername=vfio-pci or igb_uio; DPDK use driver, Required +# build_type=meson; DPDK compilation type, Required +# test_suites: +# hello_world, Test suite list, Required +# targets= +# x86_64-native-linuxapp-gcc or 86_64-native-linuxapp-clang or arm64-intel-linux-gcc; DPDK compilation targets, Required +# parameters=nic_type=cfg:func/perf=true; Test type, function or performance, Required +# rx_mode=novector or sse or avx2, avx512, avx512, nolimit, Setting the testpmd force-max-simd-bitwidth parameter, Optional or not filled in +# novector:force-max-simd-bitwidth=64; sse: force-max-simd-bitwidth=128; avx2:force-max-simd-bitwidth=256; avx512: force-max-simd-bitwidth=512; nolimit: force-max-simd-bitwidth=0; +# dcf_mode=enable; Testing vf cases using dcf mode, Optional or not filled in + +# **********MEV nic test config parameters********** +# test_mev=False or True; Is it testing the MEV network card, Required in MEV test +# test_acc=False or True; Is it testing the MEV network card on ACC, Required in MEV test +# queue_model=splitq or singleq; Set the queue of the MEV port; Required in MEV test +# vport=0-3; Set the vport of the mev port; Required in MEV test +# rx_vport=0; Set the vport packet receiving port; Required in MEV test + [Execution1] crbs= #using igb_uio please refer to doc/dts_gsg/support_igb_uio.rst