From patchwork Thu Dec 8 03:55:24 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jin Ling X-Patchwork-Id: 120548 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 1FF03A00C2; Thu, 8 Dec 2022 04:56:04 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1AA01410D7; Thu, 8 Dec 2022 04:56:04 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id D580640DDC for ; Thu, 8 Dec 2022 04:56:01 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1670471762; x=1702007762; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=5BMeyuAvSW9yEnumUgD2OjHo0prSeXo1u3rY2xOnMs8=; b=bu4BBYEAQdJSTEq7Pr8yhvSjQ+4v8UJHpslG9v4qVZhRgdwOw3BWoMHg U3j5kZoXkB3CupClwLiDVcR/IwGbpbuqraxkQa43eKuFXxrYAEluvgXWN SLQqJVZ/z+Obs0x5jsrawxo30aEX3Bm/xjLob7/EnRKA8yYb2EXxITL5z rQ0d47Y14X2VfyBFPTccPTQ+TIlA+uLxqppUF9Y8bYeinYqhisSY1FhxN Bf/dUVNiudVY7Pdpr1WLqLteyqhQaDPcJfw7EZFeKQ0+hdKX3HUtz9QOq xsBhd25xgHt1C0nXeAlcQ0AVVdVcFrIp3ZTYPn87jkWUkLgWOTuOIxpEt w==; X-IronPort-AV: E=McAfee;i="6500,9779,10554"; a="344108431" X-IronPort-AV: E=Sophos;i="5.96,226,1665471600"; d="scan'208";a="344108431" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Dec 2022 19:56:01 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10554"; a="975703078" X-IronPort-AV: E=Sophos;i="5.96,226,1665471600"; d="scan'208";a="975703078" Received: from dpdk-lingjin.sh.intel.com ([10.67.115.8]) by fmsmga005.fm.intel.com with ESMTP; 07 Dec 2022 19:55:59 -0800 From: Jin Ling To: dts@dpdk.org Cc: lijuan.tu@intel.com, yuan.peng@intel.com, Jin Ling Subject: [DTS][PATCH V3 1/3] test_plans/index.rst: add ice_dcf_disable_acl_filter test plan Date: Thu, 8 Dec 2022 11:55:24 +0800 Message-Id: <20221208035526.3130775-2-jin.ling@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20221208035526.3130775-1-jin.ling@intel.com> References: <20221208035526.3130775-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