From patchwork Fri May 12 05:22:30 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Jiale, SongX" X-Patchwork-Id: 126806 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 A1EE342AD0; Thu, 11 May 2023 04:22:22 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9CC6340C35; Thu, 11 May 2023 04:22:22 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id 0FD0F406B3 for ; Thu, 11 May 2023 04:22:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1683771741; x=1715307741; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=b22DAhamrCkQ7V0PgmHfMWxKpZ6adx5xZr1MFiVXghI=; b=Tro7IDBvkpMAyIszFO+eijE76To9xe89DpD4MeWc0Ya9dxtgb/LC1uC1 NVMtWPFAIjrQZ5XYYgtBToP59EmpWGGOvtgl9vWP8QSXdOLIkBQSxjS4L UnnMw9gTV7oUCtTgbrZ5cIjAJfPlObAkfsgSY0u2IjVWZP1ytvspwuCz7 KHAubgCZhebJfvp/7ZT/30yBNMx9M2FYV02+vr+GNnVbPdaK6cf3qVLla RIeSDDnQpHJikDzAcCtn9TfnWzVfIk4fEh+tb69UOHfe7iGDr+TnqsNFs 6OgjSS+Uh7sXUX8IFt0NsQFeY/FnCnTIKhX4eNSs/+Y2fv7lnf3ZyIM6Y Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10706"; a="349209903" X-IronPort-AV: E=Sophos;i="5.99,266,1677571200"; d="scan'208";a="349209903" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 May 2023 19:22:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10706"; a="769142684" X-IronPort-AV: E=Sophos;i="5.99,266,1677571200"; d="scan'208";a="769142684" Received: from unknown (HELO ocsbesrhlrepo01.amr.corp.intel.com) ([10.239.252.86]) by fmsmga004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 May 2023 19:22:19 -0700 From: Jiale Song To: dts@dpdk.org Cc: Jiale Song Subject: [dts] [PATCH V1 0/2] remove "IGC-I225_LM" as support for nic Date: Fri, 12 May 2023 13:22:30 +0800 Message-Id: <20230512052232.955659-1-songx.jiale@intel.com> X-Mailer: git-send-email 2.31.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 according to the testplan, These test suites only supports network cards with kernel driver ice. therefore, remove "IGC-I225_LM" as support for nic. Jiale Song (2): tests/flexible_rxd: remove "IGC-I225_LM" as support for nic tests/iavf_flexible_descriptor: remove "IGC-I225_LM" as support for nic tests/TestSuite_flexible_rxd.py | 1 - tests/TestSuite_iavf_flexible_descriptor.py | 1 - 2 files changed, 2 deletions(-)