From patchwork Wed Dec 7 03:10:43 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Qiming Yang X-Patchwork-Id: 120516 X-Patchwork-Delegate: qi.z.zhang@intel.com 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 E3752A00C3; Wed, 7 Dec 2022 04:21:09 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8D726410FB; Wed, 7 Dec 2022 04:21:09 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id 2EA40410D7 for ; Wed, 7 Dec 2022 04:21:08 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1670383268; x=1701919268; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=q94tirq2suKIRNtktgI6FR+QdLaEr/ZmTmd337LNCBc=; b=gMKHkr0dYqGaIZFPPImHoJRNNFkZJ7FtMP0nzlVKPM3Mw+bnmJ5GaqGN OaeudzNmlKmdKJqj4GgRnPZQ2LeUCB9dv5GA0X/0WGMZnp0rjYjyNWOvg Yhe47JWOHVmKK0gRkXE7Gs78CfAIanTxUIDz5dAND7NrRM/25daBIkw7e gH1HNEVLuAGy1M8gzJwNOOlM0TY9/Njs0UBZ/EW7Cw6FluE3pEr7qB038 claNQNchySxAt0ZapjfVhJr31K4yhqKdDw0AqPqGL7TlxXYUMcufbftCW v31T5qzQ8W6mhcFvOVM21x6tWDjMdOiC7UxGurRzMvRBtk3aJ5WKHM1Pr Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10553"; a="315506365" X-IronPort-AV: E=Sophos;i="5.96,223,1665471600"; d="scan'208";a="315506365" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Dec 2022 19:21:04 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10553"; a="646449685" X-IronPort-AV: E=Sophos;i="5.96,223,1665471600"; d="scan'208";a="646449685" Received: from dpdk-qiming3.sh.intel.com ([10.67.110.196]) by orsmga002.jf.intel.com with ESMTP; 06 Dec 2022 19:21:02 -0800 From: Qiming Yang To: qi.z.zhang@intel.com, dev@dpdk.org Cc: Qiming Yang Subject: [PATCH v2] doc: update ice matching list Date: Wed, 7 Dec 2022 03:10:43 +0000 Message-Id: <20221207031043.2634029-1-qiming.yang@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Add recommended matching list for ice PMD in DPDK 22.11. Signed-off-by: Qiming Yang --- doc/guides/nics/ice.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/guides/nics/ice.rst b/doc/guides/nics/ice.rst index ce075e067c..335b558338 100644 --- a/doc/guides/nics/ice.rst +++ b/doc/guides/nics/ice.rst @@ -66,6 +66,8 @@ The detailed information can refer to chapter Tested Platforms/Tested NICs in re +-----------+---------------+-----------------+-----------+--------------+-----------+ | 22.07 | 1.9.11 | 1.3.30 | 1.3.37 | 1.3.10 | 4.0 | +-----------+---------------+-----------------+-----------+--------------+-----------+ + | 22.11 | 1.10.1 | 1.3.30 | 1.3.37 | 1.3.10 | 4.1 | + +-----------+---------------+-----------------+-----------+--------------+-----------+ Pre-Installation Configuration ------------------------------