From patchwork Fri Apr 14 18:43:35 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: "Li, HongboX" X-Patchwork-Id: 126076 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 290C742940; Fri, 14 Apr 2023 12:25:43 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 23F4A410FA; Fri, 14 Apr 2023 12:25:43 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id E9BF3400D5 for ; Fri, 14 Apr 2023 12:25:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1681467942; x=1713003942; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=3sp+J5AU9F6/YgXMBM5UjMTrfcB/E3hksdhcL2GzLjo=; b=QfKa3mVhZBMmKf0l5Ag/53/Xyq4Mp47CcS+AHqUSz2BaSywZK0KYPE1Z VzTfKbF4/+TCBUewCk67X2TfY/VXWQU0SVTNTzPxKGI8/WmFnutUzvP0e aYRCSJBd16qR2NTe2f7CU0FYbDrAeJzPrAW6ovlb587MEEK2Y5E3T7IFt t0VGEtSURaLsQ32mEu73Zjzz3RQqF8ycEjnxFAo5UdoJmxd4Tnk2/J/PM 6tVCMukzqUOieLxWHMrvUyhKzx/tXG4ltIf7aowM8GK8bLfOQavf2Hw98 3fdm+mkicywAmz+1JxcDoABucl8a1Gw84ONBm062spUN95r5N7ugjqWML g==; X-IronPort-AV: E=McAfee;i="6600,9927,10679"; a="346265962" X-IronPort-AV: E=Sophos;i="5.99,195,1677571200"; d="scan'208";a="346265962" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Apr 2023 03:25:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10679"; a="935975224" X-IronPort-AV: E=Sophos;i="5.99,195,1677571200"; d="scan'208";a="935975224" Received: from unknown (HELO cvl_100g_103.icx.intel.com) ([10.239.252.93]) by fmsmga006-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Apr 2023 03:25:39 -0700 From: Hongbo Li To: dts@dpdk.org Cc: Hongbo Li Subject: [dts][PATCH V1] tests/dynamic_queue: cancel support for ice Date: Sat, 15 Apr 2023 02:43:35 +0800 Message-Id: <20230414184335.19693-1-hongbox.li@intel.com> X-Mailer: git-send-email 2.17.1 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 confirm on dpdk doc:doc/guides/nics/features/iavf.ini, ice not support runtime to setup rx/tx queue, and remove "port 0 rxq setup" is invalid cases. Signed-off-by: Hongbo Li Acked-by: Yuan Peng --- conf/test_case_checklist.json | 36 -------------------------------- tests/TestSuite_dynamic_queue.py | 5 ++--- 2 files changed, 2 insertions(+), 39 deletions(-) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index 670e4ec8..5b34828f 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -3807,41 +3807,5 @@ "Bug ID": "", "Comments": "testpmd not support socket-mem param in freebsd" } - ], - "rxq_chgring_setup":[ - { - "OS": [ - "ALL" - ], - "NIC": [ - "ICE_100G-E810C_QSFP", - "ICE_25G-E823C_QSFP", - "ICE_25G-E810C_SFP", - "ICE_25G-E810_XXV_SFP" - ], - "Target": [ - "ALL" - ], - "Bug ID": "", - "Comments": "this NIC not support this case" - } - ], - "txq_chgring_setup":[ - { - "OS": [ - "ALL" - ], - "NIC": [ - "ICE_100G-E810C_QSFP", - "ICE_25G-E823C_QSFP", - "ICE_25G-E810C_SFP", - "ICE_25G-E810_XXV_SFP" - ], - "Target": [ - "ALL" - ], - "Bug ID": "", - "Comments": "this NIC not support this case" - } ] } diff --git a/tests/TestSuite_dynamic_queue.py b/tests/TestSuite_dynamic_queue.py index a42cd075..76319646 100644 --- a/tests/TestSuite_dynamic_queue.py +++ b/tests/TestSuite_dynamic_queue.py @@ -27,7 +27,6 @@ class TestDynamicQueue(TestCase): tester_port = self.tester.get_local_port(self.used_dut_port) self.tester_intf = self.tester.get_interface(tester_port) self.dut_testpmd = PmdOutput(self.dut) - self.is_800_series = self.is_eth_series_nic(800) def set_up(self): # IntelĀ® Ethernet Converged Network Adapter XL710-QDA1 needs more cores to run properly @@ -129,7 +128,7 @@ class TestDynamicQueue(TestCase): ) for i in range(test_loop): - if chgflag == 0 and not self.is_800_series: + if chgflag == 0: self.dut_testpmd.execute_cmd("port 0 rxq %d setup" % queue[i]) self.dut_testpmd.execute_cmd("port 0 rxq %d start" % queue[i]) @@ -187,7 +186,7 @@ class TestDynamicQueue(TestCase): chk_qringsize == chg_qringsize, "Fail to change ring size at runtime!", ) - if chgflag == 0 and not self.is_800_series: + if chgflag == 0: self.dut_testpmd.execute_cmd("port 0 txq %d setup" % queue) self.dut_testpmd.execute_cmd("port 0 txq %d start" % queue)