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 76A8FA00BE; Thu, 17 Mar 2022 13:35:34 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6A70E40E28; Thu, 17 Mar 2022 13:35:34 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id B4606407FF for ; Thu, 17 Mar 2022 13:35:32 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1647520533; x=1679056533; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=ze3JKA9q9VXvGCHRj+N1tllN8zRzCW7INLgJyssGznk=; b=kh8UgsaVv0MWl4oeOyKhYaf08+jFh79A8rFOvilW4KGPmeLIucNW2bc0 xPdEN2/29ZbRTsnTwkSJYJ8xoBw2G+gu3E6KvE78IP6iIU/L7mw9FWi85 309Kge6Nd7aQP2BdRZXhqDdH/vW32T4TeZaA1R8a5e3FJ1GQvpLnhTyRB ORR2Rl6JkslvOHtYxHW9WYxFGufBO1Bhbu85r74KA6wMEyBlMqyUxBgId 3vJqnFBt4xGcQWmj9yF+2yKCk1F0ystk81ll/0jCV5hypmcjNKOicuTDQ YWig+3sme0qdxsCDufubSj8Sc3HkbYhwMYJtNMTiZWWDNPzpOK1P4Ezvg Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10288"; a="236798864" X-IronPort-AV: E=Sophos;i="5.90,188,1643702400"; d="scan'208";a="236798864" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Mar 2022 05:35:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,188,1643702400"; d="scan'208";a="557911375" Received: from dpdk-yaqi.sh.intel.com ([10.67.118.156]) by orsmga008.jf.intel.com with ESMTP; 17 Mar 2022 05:35:10 -0700 From: Yaqi Tang To: dts@dpdk.org Cc: xueqin.lin@intel.com, Yaqi Tang Subject: [dts][PATCH V2 1/3] test_plans/index: add new test plan for cvl_iavf_fdir_pppol2tpoudp Date: Thu, 17 Mar 2022 20:35:04 +0800 Message-Id: <20220317123506.639334-2-yaqi.tang@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220317123506.639334-1-yaqi.tang@intel.com> References: <20220317123506.639334-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