From patchwork Fri Aug 25 15:28:24 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Jiale, SongX" X-Patchwork-Id: 130741 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 E69C5430FE; Fri, 25 Aug 2023 09:20:04 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E18674325E; Fri, 25 Aug 2023 09:20:04 +0200 (CEST) Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 37FB842D13 for ; Fri, 25 Aug 2023 09:20:03 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1692948003; x=1724484003; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=ethIYul+WK6m77tEDC68HSF3g6JS95LhNWLda5OODJw=; b=iZzyWZeDSmT/yElV2y2avq1IFBnFJ3YZWIqApzK1PWGSqHOKEOjRKtbV uulXMvAFP2yHyTLikOQTSnP6RXPxDaSLqrR+62mcBSTuhVNEI4SxfKRR9 aUTrtgRdZh6fB4tpFUSAj1HFjQc3lov9gvn+MnqtRVrLVPvmwrw0I2w6v Qzd91xJ6scY1youeU3bEkiqYWanSYNHqK7slDhMyHQi6GFTs7DWHQ4U71 evxMHXLxCm/Afitd2Jexu8dS8ENCiOToSKZMei9v090bkVLSg7bQCPSoC lfenOXGlO0l885bTkT29r4SX5184X/ZxD7/l20NWWF476HMDrSb1WVRgV g==; X-IronPort-AV: E=McAfee;i="6600,9927,10812"; a="405654496" X-IronPort-AV: E=Sophos;i="6.02,195,1688454000"; d="scan'208";a="405654496" 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:20:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10812"; a="802869669" X-IronPort-AV: E=Sophos;i="6.02,195,1688454000"; d="scan'208";a="802869669" 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:20:01 -0700 From: Jiale Song To: dts@dpdk.org Cc: Jiale Song Subject: [dts] [PATCH V2 8/9] framework/settings: add drivers and NICs for mev Date: Fri, 25 Aug 2023 15:28:24 +0000 Message-Id: <20230825152825.2831565-9-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 drivers and NICs for mev. Signed-off-by: Jiale Song --- framework/settings.py | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/framework/settings.py b/framework/settings.py index 1a561dda..e35e4501 100644 --- a/framework/settings.py +++ b/framework/settings.py @@ -98,6 +98,8 @@ NICS = { "corigine_4000_pf": "1da8:4000", "corigine_6000_pf": "1da8:6000", "corigine_6000_vf": "1da8:6003", + "mev-idpf": "8086:1452", + "mev-cpfl": "8086:1453", } ETH_700_SERIES = ( @@ -193,6 +195,8 @@ DRIVERS = { "corigine_4000_pf": "nfp", "corigine_6000_pf": "nfp", "corigine_6000_vf": "nfp_vf", + "mev-idpf": "idpf", + "mev-cpfl": "cpfl", } """ @@ -267,7 +271,11 @@ DTS_ERROR_ENV = "DTS_RUNNING_ERROR" DTS_CFG_FOLDER = "DTS_CFG_FOLDER" DTS_PARALLEL_SETTING = "DTS_PARALLEL_ENABLE" UPDATE_EXPECTED = "DTS_UPDATE_EXPECTED_ENABLE" - +DPDK_QUEUE_MODEL_SETTING = "DTS_TEST_QUEUE_MODEL" +DPDK_VPORT_SETTING = "DTS_TEST_VPORT" +DPDK_RX_VPORT_SETTING = "DTS_TEST_RX_VPORT" +DPDK_TEST_MEV_SETTING = "DTS_TEST_MEV" +DPDK_TEST_ACC_SETTING = "DTS_TEST_ACC" """ DTS global error table