From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id CAEC8A0C4B; Mon, 8 Nov 2021 06:57:02 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C611E410FC; Mon, 8 Nov 2021 06:57:02 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id 854F840040 for ; Mon, 8 Nov 2021 06:57:01 +0100 (CET) X-IronPort-AV: E=McAfee;i="6200,9189,10161"; a="230885740" X-IronPort-AV: E=Sophos;i="5.87,217,1631602800"; d="scan'208";a="230885740" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Nov 2021 21:57:01 -0800 X-IronPort-AV: E=Sophos;i="5.87,217,1631602800"; d="scan'208";a="601300629" Received: from unknown (HELO dpdk.lan) ([10.240.183.77]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Nov 2021 21:56:59 -0800 From: Yan Xia To: dts@dpdk.org Cc: Yan Xia Date: Mon, 8 Nov 2021 13:58:46 +0000 Message-Id: <20211108135846.95769-4-yanx.xia@intel.com> X-Mailer: git-send-email 2.33.1 In-Reply-To: <20211108135846.95769-1-yanx.xia@intel.com> References: <20211108135846.95769-1-yanx.xia@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH V1 3/3] test_plans/index.rst: delete generic_filter 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 Sender: "dts" delete generic_filter because of these types of filter removed, related dpdk commit-id: ae42875d6 ethdev: remove legacy SYN filter type support 92067db05 ethdev: remove legacy N-tuple filter type support 2be70bcdb ethdev: remove legacy flexible filter type support 35b1c68af ethdev: remove legacy EtherType filter type support Signed-off-by: Yan Xia --- test_plans/index.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/test_plans/index.rst b/test_plans/index.rst index e3511caa..0c2a94d0 100644 --- a/test_plans/index.rst +++ b/test_plans/index.rst @@ -89,7 +89,6 @@ The following are the test plans for the DPDK DTS automated test system. flow_classify_softnic_test_plan fortville_rss_granularity_config_test_plan fortville_rss_input_test_plan - generic_filter_test_plan generic_flow_api_test_plan hotplug_mp_test_plan hotplug_test_plan -- 2.33.1