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 023A4A0503; Tue, 22 Mar 2022 16:03:22 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EE0E4427EF; Tue, 22 Mar 2022 16:03:21 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 0A1F040694 for ; Tue, 22 Mar 2022 16:03:19 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1647961400; x=1679497400; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=ze3JKA9q9VXvGCHRj+N1tllN8zRzCW7INLgJyssGznk=; b=Kjd9cMy+rg0K6Np3JVC+LnHBU1rkXPJ5Pne7WuRP+hORJB0+RRrBhjYg C6wnhXv4cmBpGwzbUuyEWTELfrS5Dn3Ni8+MoffBFaW/utAMy7svivmBS /TP6dpV2SfS4KInGR4o3aOwOSU4WQbwiBtjxpN8MtkSe9X8ISfMl369tD cFc3OgfUQ7MHlUeV6Os9JQHlOcscvsqZY7BVAzDNpyr2vPBC3Pwr5rAE3 1bcqsZas8ygcFp8q/jpmTTGswpiWXZh4sdKad7QwUQoMGiH5DK5uDqe26 bJj9veOtkRVReB5lu6q+d34dIb8JKSLwKfOpR38buhza1gwA6mfLKQpA7 w==; X-IronPort-AV: E=McAfee;i="6200,9189,10294"; a="258029349" X-IronPort-AV: E=Sophos;i="5.90,201,1643702400"; d="scan'208";a="258029349" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Mar 2022 08:03:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,201,1643702400"; d="scan'208";a="692573006" Received: from dpdk-yaqi.sh.intel.com ([10.67.118.156]) by fmsmga001.fm.intel.com with ESMTP; 22 Mar 2022 08:03:16 -0700 From: Yaqi Tang To: ohilyard@iol.unh.edu Cc: dts@dpdk.org, xueqin.lin@intel.com, Yaqi Tang Subject: [dts][PATCH V3 1/3] test_plans/index: add new test plan for cvl_iavf_fdir_pppol2tpoudp Date: Tue, 22 Mar 2022 23:03:11 +0800 Message-Id: <20220322150313.845704-2-yaqi.tang@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220322150313.845704-1-yaqi.tang@intel.com> References: <20220322150313.845704-1-yaqi.tang@intel.com> MIME-Version: 1.0 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 add new test plan for cvl support IAVF PPPoL2TPv2oUDP FDIR. Signed-off-by: Yaqi Tang --- test_plans/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/test_plans/index.rst b/test_plans/index.rst index a603b1af..4a6a473e 100644 --- a/test_plans/index.rst +++ b/test_plans/index.rst @@ -65,6 +65,7 @@ The following are the test plans for the DPDK DTS automated test system. cvl_ip_fragment_rte_flow_test_plan cvl_iavf_ip_fragment_rte_flow_test_plan cvl_iavf_rss_configure_test_plan + cvl_iavf_fdir_pppol2tpoudp_test_plan cvl_limit_value_test_test_plan cvl_qinq_test_plan cvl_rss_configure_test_plan -- 2.25.1