From patchwork Fri Dec 9 10:02:09 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jin Ling X-Patchwork-Id: 120704 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 E0CA2A00C2; Fri, 9 Dec 2022 11:02:33 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DB5B040E0F; Fri, 9 Dec 2022 11:02:33 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 92D1E40E03 for ; Fri, 9 Dec 2022 11:02:30 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1670580150; x=1702116150; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=5BMeyuAvSW9yEnumUgD2OjHo0prSeXo1u3rY2xOnMs8=; b=UmqsPbGWxy9UJTaRSl245ZG/dNWsv2oOhlK+eqVm7kd4bB4znA6i31Cb qIfqxxwmP2hP4VHsp00i9Rv6wumMnVL9psiNTMmOCiuBPp0NhNJqb8Olu crFltvV9ZN4STbZSLb9G9FZheB3Lstj4UqY+t0Wij/0MWuz8/Q4ochJmY W2eoCgFJVmJu1NTM6R4O5Z1aBRHH/FKk+KfUIx4z+T5t7OzbyUARxjRZZ HRM13rRVv2WP7wfA8obD/s4OQXKzSZaCJPlA62ZbVst3e5Vd9dyznGiYb ghCQqbdPNkX/zWcNl4T+CMtUNbkuWcwBtffgvzVJxVy306CkMiBSxgnlf g==; X-IronPort-AV: E=McAfee;i="6500,9779,10555"; a="297107155" X-IronPort-AV: E=Sophos;i="5.96,230,1665471600"; d="scan'208";a="297107155" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Dec 2022 02:02:29 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10555"; a="771815199" X-IronPort-AV: E=Sophos;i="5.96,230,1665471600"; d="scan'208";a="771815199" Received: from dpdk-lingjin.sh.intel.com ([10.67.115.8]) by orsmga004.jf.intel.com with ESMTP; 09 Dec 2022 02:02:25 -0800 From: Jin Ling To: dts@dpdk.org Cc: yuan.peng@intel.com, lijuan.tu@intel.com, Jin Ling Subject: [DTS][PATCH V4 1/3] test_plans/index.rst: add ice_dcf_disable_acl_filter test plan Date: Fri, 9 Dec 2022 18:02:09 +0800 Message-Id: <20221209100211.3234895-2-jin.ling@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20221209100211.3234895-1-jin.ling@intel.com> References: <20221209100211.3234895-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(+) -- 2.25.1 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