From patchwork Fri Jun 24 05:39:00 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lingli Chen X-Patchwork-Id: 113394 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 C402FA0032; Fri, 24 Jun 2022 08:14:53 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A5E7940A8A; Fri, 24 Jun 2022 08:14:53 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 2BEAE40A82 for ; Fri, 24 Jun 2022 08:14:52 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1656051292; x=1687587292; h=from:to:cc:subject:date:message-id; bh=ThxiGGxqGGjWAbV/i7iBdoqPGIvBflqtWhQnSvBwEtw=; b=P/iidJjPkiAS19NZbE3e+JrUgyKcaV4TTI3dOE9qe4zr+JYi1JP4npPP 3JwfWZSjAbCqSgZfMwzBk1IR4RgXg0Tjb2wfr/WQE476aK3IkFkjN1v+E fZ14qSIqFEcCdfFfU+vYFBtlVilpiytXaSdd5/F/aT/A0p1/TuorYnaTC gbMyUlvFboEIMKc3ZjgGXtUb9vBUNI9vhptWmJ1b/a0v6JkeLL2ZKlgc5 DrHqLZZUft8fWcDoUYrW5/CIMAEVWKqkB1N1/Xf3bvf27ojGxgEjXwdoU sPBxzQ2sveyabm0Xpot0BXNQE5TWAzzF3FeaZLmi+unOzOWfw/oRS8FD1 Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10387"; a="281666017" X-IronPort-AV: E=Sophos;i="5.92,218,1650956400"; d="scan'208";a="281666017" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Jun 2022 23:14:50 -0700 X-IronPort-AV: E=Sophos;i="5.92,218,1650956400"; d="scan'208";a="656523127" Received: from unknown (HELO localhost.localdomain) ([10.239.252.99]) by fmsmga004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Jun 2022 23:14:47 -0700 From: Lingli Chen To: dts@dpdk.org Cc: zhiminx.huang@intel.com, Lingli Chen Subject: [dts][PATCH V1 0/3] add NIC IGC-I226_LM in support cases Date: Fri, 24 Jun 2022 01:39:00 -0400 Message-Id: <20220624053903.4195-1-linglix.chen@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 Lingli Chen (3): framework: add NIC IGC-I226_LM identifiers conf/test_case_*: add NIC IGC-I226_LM in support cases tests/*: add NIC IGC-I226_LM in support suits conf/test_case_checklist.json | 53 ++++++++++++++---------- conf/test_case_supportlist.json | 23 +++++++--- framework/settings.py | 2 + test_plans/shutdown_api_test_plan.rst | 2 +- tests/TestSuite_generic_flow_api.py | 26 +++++++++--- tests/TestSuite_jumboframes.py | 1 + tests/TestSuite_mtu_update.py | 2 +- tests/TestSuite_pmdrss_hash.py | 1 + tests/TestSuite_pmdrssreta.py | 7 ++-- tests/TestSuite_qinq_filter.py | 1 + tests/TestSuite_rss_to_rte_flow.py | 31 +++++++------- tests/TestSuite_rxtx_offload.py | 4 +- tests/TestSuite_shutdown_api.py | 8 ++-- tests/TestSuite_uni_pkt.py | 3 ++ tests/TestSuite_userspace_ethtool.py | 3 +- tests/TestSuite_vlan_ethertype_config.py | 8 ++-- 16 files changed, 111 insertions(+), 64 deletions(-)