From patchwork Wed Nov 30 06:37:59 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jin Ling X-Patchwork-Id: 120333 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 36F4BA00C2; Wed, 30 Nov 2022 07:38:29 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3256E410D1; Wed, 30 Nov 2022 07:38:29 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 1792B4014F for ; Wed, 30 Nov 2022 07:38:26 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1669790307; x=1701326307; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=LXv9b9LTBNW9ZuIbaYuKHE93qVPF6HrQf5O+cghIKuI=; b=Pt9UcgMKgoquiX7WmGlKCCekwCLaJ2KYwjRebpPpKTku4Xm/cN1g/2sD EFVZwdfqELpr8xsfCLal11D3BddqG7kTt0PcIM+o+Th0sWMqMFZ4wsgPY 46h+Xn7TnpF+Sc/GljoVvfszbBB7QUUsvSR/QASGJgHHIfOQWJ5JpeYh6 D7jeddddjNkODGGn+rThWA2t8zBjCeOfvlwdBczw/y8sSeBWGuVy99za+ U6fQO09t+1tEmCdhpF5AopBnZ6VJ6A0YQkXUmW8Y2eZnsYEHnHOVHE9Oz 22sL3Fvbe0aSYk5aqf9gFsxzUgC3j0ctzGPliwwNgjvxl7Pe7k50mHd2E A==; X-IronPort-AV: E=McAfee;i="6500,9779,10546"; a="379600370" X-IronPort-AV: E=Sophos;i="5.96,205,1665471600"; d="scan'208";a="379600370" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Nov 2022 22:38:25 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10546"; a="637882674" X-IronPort-AV: E=Sophos;i="5.96,205,1665471600"; d="scan'208";a="637882674" Received: from dpdk-lingjin.sh.intel.com ([10.67.115.8]) by orsmga007.jf.intel.com with ESMTP; 29 Nov 2022 22:38:22 -0800 From: Jin Ling To: dts@dpdk.org Cc: lijuan.tu@intel.com, yuan.peng@intel.com, Jin Ling Subject: [DTS][PATCH V2 1/3] test_plans/index.rst: add ice_dcf_disable_acl_filter test plan Date: Wed, 30 Nov 2022 14:37:59 +0800 Message-Id: <20221130063801.4135296-2-jin.ling@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20221130063801.4135296-1-jin.ling@intel.com> References: <20221130063801.4135296-1-jin.ling@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 Signed-off-by: Jin Ling --- test_plans/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/test_plans/index.rst b/test_plans/index.rst index 0fd58f69..22550336 100644 --- a/test_plans/index.rst +++ b/test_plans/index.rst @@ -28,6 +28,7 @@ The following are the test plans for the DPDK DTS automated test system. ice_advanced_iavf_rss_pppol2tpoudp_test_plan ice_advanced_rss_vlan_esp_ah_l2tp_pfcp_test_plan ice_dcf_acl_filter_test_plan + ice_dcf_disable_acl_filter_test_plan ice_dcf_data_path_test_plan ice_dcf_switch_filter_test_plan ice_dcf_switch_filter_pppoe_test_plan