From patchwork Mon Nov 28 01:54:14 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jin Ling X-Patchwork-Id: 120169 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 1C533A0093; Mon, 28 Nov 2022 02:54:29 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A71D3410D1; Mon, 28 Nov 2022 02:54:27 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id D2B1740156 for ; Mon, 28 Nov 2022 02:54: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=1669600467; x=1701136467; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=fK0+rwdcvwDs+PzBPiuuVWckpSulfGPd0Efpyhgh4zo=; b=A/TtcRo2pxRPWxi8y5GFNTtaUzaam1jRaR8E37NrfhMhzjCFsrQCYYWk sBHUDU0llo9HZ5ifr0DjElDR6uF76vMNzO4PORNmNSR6f34ANrD6L5wlz e2djL+BaLc9JYCiNm9fgYCS/g1AQ/LHVlOlOd/3RWyA6RI0u25SOVwhPm LPYMEYgcgqrZMD5Ko7PGpOIJLf2hxAqP2IfcwA3P4jAWrUy1VHDrlH/N2 Y6Z9W4AzcE2TAG/4jfUk1VuuO86A5vTmdQepn+EiK9Qn+M+LeSLEQyjBt BU/X+QM8KIuGqTMzSeGxt8Rju+mgd9hfnDWmrUmJsQHpC/PmDfNykfp8O Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10544"; a="314762928" X-IronPort-AV: E=Sophos;i="5.96,199,1665471600"; d="scan'208";a="314762928" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Nov 2022 17:54:26 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10544"; a="817652956" X-IronPort-AV: E=Sophos;i="5.96,199,1665471600"; d="scan'208";a="817652956" Received: from dpdk-lingjin.sh.intel.com ([10.67.115.8]) by orsmga005.jf.intel.com with ESMTP; 27 Nov 2022 17:54:25 -0800 From: jinling To: dts@dpdk.org Cc: lijuan.tu@intel.com, jinling Subject: [dts][PATCH V1 1/3] test_plans/index.rst: add ice_dcf_disable_acl_filter test plan Date: Mon, 28 Nov 2022 09:54:14 +0800 Message-Id: <20221128015416.4018440-2-jin.ling@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20221128015416.4018440-1-jin.ling@intel.com> References: <20221128015416.4018440-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: jinling --- 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