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 F3727A00BE; Thu, 17 Mar 2022 13:42:12 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E85B6410F3; Thu, 17 Mar 2022 13:42:12 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id CB4424067B for ; Thu, 17 Mar 2022 13:42:10 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1647520931; x=1679056931; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=ze3JKA9q9VXvGCHRj+N1tllN8zRzCW7INLgJyssGznk=; b=mxX+uamD4r/kz9ckz8vtwc8g3oLjp2efb/BCPmRR4NgYg/Q16usAjba0 i9YEW5gVSb/2IR0H4jwwWJPnXaH1L5xdSJamu3HrsF2bBoDdShauhwfhs aQ77mpqSJ0DBbSMPQmVmwVJoxr2PywatXhnwTDowSlzIlZkr5usdXG1qw RS39BVPT9BIZJGZ96lGDWAMB8bqr4ZeIyVGyeggncRwN+BD0bippq5UUk PC2sRIJcIUC6OUoW2JwstVYkjvNawZN8IQOEta8ddyxV8o0UoDxntQvkU /BGvweXrUdIFMzSuQzIg59ISu1l6gyTTTdTrGb5uMnUiE5aVH2QFDovPS g==; X-IronPort-AV: E=McAfee;i="6200,9189,10288"; a="244309232" X-IronPort-AV: E=Sophos;i="5.90,188,1643702400"; d="scan'208";a="244309232" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Mar 2022 05:42:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,188,1643702400"; d="scan'208";a="690923830" Received: from dpdk-yaqi.sh.intel.com ([10.67.118.156]) by fmsmga001.fm.intel.com with ESMTP; 17 Mar 2022 05:42:09 -0700 From: Yaqi Tang To: dts@dpdk.org Cc: 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: Thu, 17 Mar 2022 20:42:03 +0800 Message-Id: <20220317124205.639640-2-yaqi.tang@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220317124205.639640-1-yaqi.tang@intel.com> References: <20220317124205.639640-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