From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id C466442861; Thu, 30 Mar 2023 12:01:21 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BCDE542B8E; Thu, 30 Mar 2023 12:01:21 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id D70C642B8C for ; Thu, 30 Mar 2023 12:01:19 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1680170480; x=1711706480; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=/YXyybWnW9fRngsFn+vqNjlw2cx5pyYmgn/4DlfPNUY=; b=QE2S9SmBl5floM09kb7pRUzKQxTKNjOjHUTBVXgm9NxQwfVq/RvD6Y+w bPJK7LZGfXyA8I41Fd1E0sR3vwAFmKoN4O3V5fH8EN1Hr1WnWb4cLHB9i RwGlhrOGVFy8Zeoty6CnwLCSAQQxZjGTWAMo0Z9dYctoYfbANeV/IyqXM dZmElJHdo86Bm6RSkUxVU1sSkU2c0Wpgqyjx8TSLRYVGUWL2faKpT3vZr vxjRxwaGqoZDhsDo/+bwKLK7Vuo/ze8XZBHq0doryh4Nk4hKuo/SItjLh lnAmzFR6S7xWmtSNNAqpqsqIWNeDdFqfzb92GQregiVJ8qKYqBWiDg3eI Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10664"; a="321509074" X-IronPort-AV: E=Sophos;i="5.98,303,1673942400"; d="scan'208";a="321509074" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Mar 2023 03:01:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10664"; a="808574914" X-IronPort-AV: E=Sophos;i="5.98,303,1673942400"; d="scan'208";a="808574914" Received: from unknown (HELO localhost.localdomain) ([10.239.252.196]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Mar 2023 03:01:17 -0700 From: Yu Jiang To: lijuan.tu@intel.com, dts@dpdk.org Cc: Yu Jiang Subject: [dts][PATCH V1 2/2] test_plans/*: replace codename in test plans Date: Thu, 30 Mar 2023 18:01:10 +0800 Message-Id: <20230330100110.1520512-3-yux.jiang@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230330100110.1520512-1-yux.jiang@intel.com> References: <20230330100110.1520512-1-yux.jiang@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=y Content-Transfer-Encoding: 8bit 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 test_plans/*: replace codename in test plans Signed-off-by: Yu Jiang --- test_plans/iavf_fdir_protocol_agnostic_flow_test_plan.rst | 2 +- test_plans/iavf_rss_protocol_agnostic_flow_test_plan.rst | 2 +- test_plans/ice_dcf_disable_acl_filter_test_plan.rst | 2 +- test_plans/ice_fdir_protocol_agnostic_flow_test_plan.rst | 2 +- test_plans/ice_rss_protocol_agnostic_flow_test_plan.rst | 2 +- test_plans/mdd_test_plan.rst | 4 ++-- test_plans/multiprocess_iavf_test_plan.rst | 2 +- test_plans/multiprocess_test_plan.rst | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/test_plans/iavf_fdir_protocol_agnostic_flow_test_plan.rst b/test_plans/iavf_fdir_protocol_agnostic_flow_test_plan.rst index 6b9f6cd1..9c416bfb 100644 --- a/test_plans/iavf_fdir_protocol_agnostic_flow_test_plan.rst +++ b/test_plans/iavf_fdir_protocol_agnostic_flow_test_plan.rst @@ -30,7 +30,7 @@ Prerequisites Hardware -------- -Supportted NICs: columbiaville_25g/columbiaville_100g +Supportted NICs: Intel® Ethernet 800 Series: E810-CQDA2/E810-2CQDA2/E810-XXVDA4 etc. Software -------- diff --git a/test_plans/iavf_rss_protocol_agnostic_flow_test_plan.rst b/test_plans/iavf_rss_protocol_agnostic_flow_test_plan.rst index d64b0390..87a15cba 100644 --- a/test_plans/iavf_rss_protocol_agnostic_flow_test_plan.rst +++ b/test_plans/iavf_rss_protocol_agnostic_flow_test_plan.rst @@ -31,7 +31,7 @@ Prerequisites Hardware -------- -Supportted NICs: columbiaville_25g/columbiaville_100g +Supportted NICs: Intel® Ethernet 800 Series: E810-CQDA2/E810-2CQDA2/E810-XXVDA4 etc. Software -------- diff --git a/test_plans/ice_dcf_disable_acl_filter_test_plan.rst b/test_plans/ice_dcf_disable_acl_filter_test_plan.rst index 591fe5ad..b02adf63 100644 --- a/test_plans/ice_dcf_disable_acl_filter_test_plan.rst +++ b/test_plans/ice_dcf_disable_acl_filter_test_plan.rst @@ -76,7 +76,7 @@ Topology Hardware -------- - Supported NICs: columbiaville_25g/columbiaville_100g + Supported NICs: Intel® Ethernet 800 Series: E810-CQDA2/E810-2CQDA2/E810-XXVDA4 etc. Software -------- diff --git a/test_plans/ice_fdir_protocol_agnostic_flow_test_plan.rst b/test_plans/ice_fdir_protocol_agnostic_flow_test_plan.rst index 399e8c15..b4987aca 100644 --- a/test_plans/ice_fdir_protocol_agnostic_flow_test_plan.rst +++ b/test_plans/ice_fdir_protocol_agnostic_flow_test_plan.rst @@ -30,7 +30,7 @@ Prerequisites Hardware -------- -Supportted NICs: columbiaville_25g/columbiaville_100g +Supportted NICs: Intel® Ethernet 800 Series: E810-CQDA2/E810-2CQDA2/E810-XXVDA4 etc. Software -------- diff --git a/test_plans/ice_rss_protocol_agnostic_flow_test_plan.rst b/test_plans/ice_rss_protocol_agnostic_flow_test_plan.rst index b3d51d6d..2964991c 100644 --- a/test_plans/ice_rss_protocol_agnostic_flow_test_plan.rst +++ b/test_plans/ice_rss_protocol_agnostic_flow_test_plan.rst @@ -31,7 +31,7 @@ Prerequisites Hardware -------- -Supportted NICs: columbiaville_25g/columbiaville_100g +Supportted NICs: Intel® Ethernet 800 Series: E810-CQDA2/E810-2CQDA2/E810-XXVDA4 etc. Software -------- diff --git a/test_plans/mdd_test_plan.rst b/test_plans/mdd_test_plan.rst index 4c0f9d39..ac113849 100644 --- a/test_plans/mdd_test_plan.rst +++ b/test_plans/mdd_test_plan.rst @@ -5,8 +5,8 @@ Malicious Driver Detection (MDD) Tests ====================================== -Malicious Driver Detection (MDD) support sagevill and i350 nic, dpdk2.3+ only -support sagevill NIC. ixgbe supports disable MDD from version 4.2.3 +Malicious Driver Detection (MDD) support X550T and i350 nic, dpdk2.3+ only +support X550T NIC. ixgbe supports disable MDD from version 4.2.3 so this test must run dpdk2.3+ and used ixgbe 4.2.3+ in host. diff --git a/test_plans/multiprocess_iavf_test_plan.rst b/test_plans/multiprocess_iavf_test_plan.rst index b6222773..123148a8 100644 --- a/test_plans/multiprocess_iavf_test_plan.rst +++ b/test_plans/multiprocess_iavf_test_plan.rst @@ -385,7 +385,7 @@ Prerequisites ------------- 1. Hardware: - columbiaville_25g/columbiaville_100g + Intel® Ethernet 800 Series: E810-CQDA2/E810-2CQDA2/E810-XXVDA4 etc 2. Software: DPDK: http://dpdk.org/git/dpdk diff --git a/test_plans/multiprocess_test_plan.rst b/test_plans/multiprocess_test_plan.rst index c7aae44b..cfaa4db5 100644 --- a/test_plans/multiprocess_test_plan.rst +++ b/test_plans/multiprocess_test_plan.rst @@ -402,7 +402,7 @@ Prerequisites ------------- 1. Hardware: - columbiaville_25g/columbiaville_100g + Intel® Ethernet 800 Series: E810-CQDA2/E810-2CQDA2/E810-XXVDA4 etc 2. Software: DPDK: http://dpdk.org/git/dpdk -- 2.25.1