From patchwork Tue Jan 10 15:53:40 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Li, HongboX" X-Patchwork-Id: 121766 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 0FE7E423A1; Tue, 10 Jan 2023 08:34:04 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0D7C740693; Tue, 10 Jan 2023 08:34:04 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 6B6E340689 for ; Tue, 10 Jan 2023 08:34:02 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1673336042; x=1704872042; h=from:to:cc:subject:date:message-id; bh=EJDl34erjm6K1TCN/QtvlUA/nlSMJJ2Q9KAcYX5rexY=; b=nwWdb0eo/qXJtK5Nr3xAGrdl1eIqZvpYVkMKbKiYpj1Ha2XrbTLF3zp5 yrc7zRQ0CJ+Zw9hOG8ihhN/QY55e3j7JpRYjoqJjVZVneGycQTDnJ497C FsZKPPk9xBvfgV9jIL8mI2OW8GQhOE/aeACRpFeOkc+kTvNAnXgaCBiKC qTCQf0iaxZXo8pln4XZcXBSFLPfHmlFV5gn2Lp+LU+zJJaWEBemKFJGkp h7ZWZxx9kq/kCuQ2LAeWBt0307N1VC1IbbgNW4upGiW8KQNBUPjt+osYJ BnVTs8bBItcXbs9n1g/XBqGS1mnKwDQj/kTxdm91wDpPgM8mArYbdPSyu A==; X-IronPort-AV: E=McAfee;i="6500,9779,10585"; a="325093096" X-IronPort-AV: E=Sophos;i="5.96,314,1665471600"; d="scan'208";a="325093096" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Jan 2023 23:34:02 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10585"; a="830903551" X-IronPort-AV: E=Sophos;i="5.96,314,1665471600"; d="scan'208";a="830903551" Received: from unknown (HELO cvl_100g_103.icx.intel.com) ([10.239.252.93]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Jan 2023 23:34:00 -0800 From: Hongbo Li To: dts@dpdk.org Cc: Hongbo Li Subject: [dts][PATCH V2 1/2] conf/test_case_checklist: skip the dynamic_queue/test_rxq_chgring_setup and test_txq_chgring_setup on ice Date: Tue, 10 Jan 2023 23:53:40 +0800 Message-Id: <20230110155341.18701-1-hongbox.li@intel.com> X-Mailer: git-send-email 2.17.1 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 skip the dynamic_queue/test_rxq_chgring_setup and test_txq_chgring_setup on ice, according to the conclusion of the developer, ice does not support the setup queue command Signed-off-by: Hongbo Li --- v2:modify comments in test_case_checklist.json conf/test_case_checklist.json | 36 +++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index f31daf62..a8dce02c 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -3807,5 +3807,41 @@ "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" + } ] }