From patchwork Tue Dec 13 03:04:51 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jin Ling X-Patchwork-Id: 120783 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 490A1A0542; Tue, 13 Dec 2022 04:06:32 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D83CC42686; Tue, 13 Dec 2022 04:06:31 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id B716340146 for ; Tue, 13 Dec 2022 04:06: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=1670900790; x=1702436790; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=5BMeyuAvSW9yEnumUgD2OjHo0prSeXo1u3rY2xOnMs8=; b=L8DnrcxHdd7n8BotUBqwPH5QSVgETgKUVR/FI0W0flbLqxwr35u4X2Id YEoRQKWTTM0eBa7p7QAU0B9EU/8TvUAbCnTbpL/yEdx4jNJG5ocUR2He4 uS2wBczU6Clu6PPAxa0s8ybyXeXOIQ8c7U5F1OqUE4QQciA39aylCHiNK TRVddPqsosqvPasVKyfs2BKMtosQKpDr4XFq7nHFFrhnGTM6am+5ER1rJ dkdYaAtANnW4Y2bmTqyNUpyadJyFDoPXSrFpXj6nssqr/eUa6u45Y90U4 HU4AbM2+XwP6pPhV08acWTQkcO2zWnB+2rypCIm4Rcda4510PprjIwHlU g==; X-IronPort-AV: E=McAfee;i="6500,9779,10559"; a="345085497" X-IronPort-AV: E=Sophos;i="5.96,240,1665471600"; d="scan'208";a="345085497" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Dec 2022 19:06:30 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10559"; a="772829062" X-IronPort-AV: E=Sophos;i="5.96,240,1665471600"; d="scan'208";a="772829062" Received: from dpdk-lingjin.sh.intel.com ([10.67.115.8]) by orsmga004.jf.intel.com with ESMTP; 12 Dec 2022 19:06:27 -0800 From: Jin Ling To: dts@dpdk.org Cc: yuan.peng@intel.com, lijuan.tu@intel.com, Jin Ling Subject: [DTS][PATCH V5 1/3] test_plans/index.rst: add ice_dcf_disable_acl_filter test plan Date: Tue, 13 Dec 2022 11:04:51 +0800 Message-Id: <20221213030453.3434087-2-jin.ling@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20221213030453.3434087-1-jin.ling@intel.com> References: <20221213030453.3434087-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