From patchwork Wed Nov 30 08:04:37 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lingli Chen X-Patchwork-Id: 120345 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 DC4B9A00C3; Wed, 30 Nov 2022 10:00:27 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C0E2742D0D; Wed, 30 Nov 2022 10:00:27 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id 21F074014F for ; Wed, 30 Nov 2022 10:00:25 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1669798826; x=1701334826; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=vKxh68LMvP7ct6f0e/5sDZuhItnW5Z7kK8pz1P4khms=; b=i4WX4UJiTDt2AdcMdHGx+XnEZVrfk1Elr7+Tfkml5aM61sLrOx1FYJtQ rCptWbJEWQyknVQMFwPZc8oZabpWAuzUCfOF8w7rOpyvqfxTTIJupGm98 T53jt1wWXZZ79Y7xwMQw/13WHcD9tiODRA+4OwyPuAfUPkkQlbPU12ahF 0l6gCSBOzk7XjtC9S4GlawkGSh6fncdiO9LmbOFMl1RtokHDepI4jhKeo wgXz4OCSs2JHLgo3QmzXIMZSCMnBVN4ULCc62XOJeKiZGxUt3jvPFryhv DXSkUnj36+2u5W2SN7PBZeenRD0xWN//oB8Vcc5nFh7x6H3rQ3dX7k3HZ Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10546"; a="302948057" X-IronPort-AV: E=Sophos;i="5.96,205,1665471600"; d="scan'208";a="302948057" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Nov 2022 01:00:25 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10546"; a="707570981" X-IronPort-AV: E=Sophos;i="5.96,205,1665471600"; d="scan'208";a="707570981" Received: from unknown (HELO localhost.localdomain) ([10.239.252.99]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Nov 2022 01:00:24 -0800 From: Lingli Chen To: dts@dpdk.org Cc: zhiminx.huang@intel.com, Lingli Chen Subject: [dts][PATCH V1 3/5] conf/test_case_*: add pf action subcase Date: Wed, 30 Nov 2022 03:04:37 -0500 Message-Id: <20221130080439.65529-4-linglix.chen@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20221130080439.65529-1-linglix.chen@intel.com> References: <20221130080439.65529-1-linglix.chen@intel.com> 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 add pf action subcase supportlist Signed-off-by: Lingli Chen --- conf/test_case_checklist.json | 11 ++++++----- conf/test_case_supportlist.json | 5 ++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index f88f5be1..9f136be8 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -2935,7 +2935,7 @@ "Comments": "NIC not support this case" } ], - "fdir_for_vlan": [ + "fdir_for_vlan_pf_subcase": [ { "OS": [ "ALL" @@ -3203,7 +3203,7 @@ "Comments": "only i40e and ixgbe driver support this case" } ], - "tunnel_filter_nvgre": [ + "tunnel_filter_nvgre_pf_subcase": [ { "OS": [ "ALL" @@ -3274,7 +3274,7 @@ "Comments": "NIC not support this case" } ], - "tunnel_filter_vxlan": [ + "tunnel_filter_vxlan_pf_subcase": [ { "OS": [ "ALL" @@ -3302,12 +3302,13 @@ "Comments": "testpmd not support socket-mem and file-prefix param in freebsd" } ], - "fdir_for_ipv4": [ + "fdir_for_ipv4_pf_subcase": [ { "OS": [ "ALL" ], "NIC": [ + "IGC-I226_LM", "IGC-I225_LM" ], "Target": [ @@ -3330,7 +3331,7 @@ "Comments": "testpmd not support socket-mem and file-prefix param in freebsd" } ], - "fdir_for_ipv6": [ + "fdir_for_ipv6_pf_subcase": [ { "OS": [ "freebsd" diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist.json index 2fd6ae33..198703e8 100644 --- a/conf/test_case_supportlist.json +++ b/conf/test_case_supportlist.json @@ -846,14 +846,13 @@ "Comments": "the nic on the environment not support this case" } ], - "fdir_for_ipv4": [ + "fdir_for_ipv4_pf_subcase": [ { "OS": [ "ALL" ], "NIC": [ "IXGBE_10G-82599_SFP", - "IGC-I225_LM", "IXGBE_10G-X550EM_X_10G_T", "IXGBE_10G-X550T", "I40E_10G-SFP_XL710", @@ -893,7 +892,7 @@ "Comments": "the nic on the environment not support this case" } ], - "fdir_for_ipv6": [ + "fdir_for_ipv6_pf_subcase": [ { "OS": [ "ALL"