From patchwork Wed Oct 20 10:09:24 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yan Xia X-Patchwork-Id: 102326 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 12E6AA0C43; Wed, 20 Oct 2021 04:09:50 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 040D440E78; Wed, 20 Oct 2021 04:09:50 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 000E140E78 for ; Wed, 20 Oct 2021 04:09:48 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10142"; a="228942096" X-IronPort-AV: E=Sophos;i="5.87,165,1631602800"; d="scan'208";a="228942096" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Oct 2021 19:09:48 -0700 X-IronPort-AV: E=Sophos;i="5.87,165,1631602800"; d="scan'208";a="444169458" Received: from unknown (HELO localhost.localdomain) ([10.240.183.77]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Oct 2021 19:09:47 -0700 From: Yan Xia To: dts@dpdk.org Cc: Yan Xia Date: Wed, 20 Oct 2021 10:09:24 +0000 Message-Id: <20211020100925.219262-2-yanx.xia@intel.com> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20211020100925.219262-1-yanx.xia@intel.com> References: <20211020100925.219262-1-yanx.xia@intel.com> MIME-Version: 1.0 Subject: [dts] [PATCH V1 1/2] tests/generic_flow_api: add dual_vlan support NIC 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" add dual_vlan support NIC Signed-off-by: Yan Xia --- tests/TestSuite_generic_flow_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_generic_flow_api.py b/tests/TestSuite_generic_flow_api.py index 2c17e4fc..dfd8275d 100644 --- a/tests/TestSuite_generic_flow_api.py +++ b/tests/TestSuite_generic_flow_api.py @@ -2484,7 +2484,7 @@ class TestGeneric_flow_api(TestCase): Test with flow type dual vlan(QinQ). """ self.verify(self.nic in ["fortville_eagle", "fortville_spirit", "fortville_spirit_single", "fortville_25g", - "carlsville"], "NIC Unsupported: " + str(self.nic)) + "carlsville", "fortpark_BASE-T", "fortpark_TLV"], "NIC Unsupported: " + str(self.nic)) for queue in testQueues: self.pmdout.start_testpmd( "Default", " --portmask=0x1 --rxq=%d --txq=%d" % (queue, queue)) From patchwork Wed Oct 20 10:09:25 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yan Xia X-Patchwork-Id: 102327 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 2F03AA0C41; Wed, 20 Oct 2021 04:09:58 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2881E41136; Wed, 20 Oct 2021 04:09:58 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 55F4740142 for ; Wed, 20 Oct 2021 04:09:56 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10142"; a="314873670" X-IronPort-AV: E=Sophos;i="5.87,165,1631602800"; d="scan'208";a="314873670" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Oct 2021 19:09:55 -0700 X-IronPort-AV: E=Sophos;i="5.87,165,1631602800"; d="scan'208";a="444169474" Received: from unknown (HELO localhost.localdomain) ([10.240.183.77]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Oct 2021 19:09:54 -0700 From: Yan Xia To: dts@dpdk.org Cc: Yan Xia Date: Wed, 20 Oct 2021 10:09:25 +0000 Message-Id: <20211020100925.219262-3-yanx.xia@intel.com> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20211020100925.219262-1-yanx.xia@intel.com> References: <20211020100925.219262-1-yanx.xia@intel.com> MIME-Version: 1.0 Subject: [dts] [PATCH V1 2/2] conf/checklist: add dual_vlan not support NIC 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" add dual_vlan not support NIC Signed-off-by: Yan Xia Tested-by: Yan Xia --- conf/test_case_checklist.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index 22f0113f..310ba4a1 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -3756,5 +3756,21 @@ "Bug ID": "", "Comments": "NIC not support this case" } + ], +"dual_vlan": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "niantic", + "foxville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "NIC not support this case" + } ] }