From patchwork Mon Dec 5 01:29:11 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Qiming Yang X-Patchwork-Id: 120446 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 58713A0547; Mon, 5 Dec 2022 02:39:35 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E13624068E; Mon, 5 Dec 2022 02:39:34 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 9EE294067E for ; Mon, 5 Dec 2022 02:39:33 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1670204373; x=1701740373; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=7Vy6vDMxP5W7SiWQTGFv9zroTVLXFeYOccatlcJiOY8=; b=KJZJCHXsLXyTu2xs9D7q7+Un8Up6BSa6m0G5C0quLz+XUYVBaCflAhg7 0hWA2Y4G1v4XlyW1+hg1rYcJcuRR7tYDAmHhboMv8xMpOl8TW8LFLwVw2 gaQPWs+KPpKMoclTlCVTbUm33QpQw9m1bfNDWSPDHt0OQhVLkNwCIWHSL dXlpt1vH9V+YllBMDR+JDlTdhyoTdjXy8PXvFXe9i2v9lGdqgWpOUVfly DvBDrJvlunn9wRuWjG18w0raBHtGoVKBqAgQTkl71HgoblztxyHQ2sFWo ZEMFXp94F5PoM8AxI2P/yyVRpycsL7mzAHoyI9snGu2/R9Q0jfuy/Ck3i Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10551"; a="295942393" X-IronPort-AV: E=Sophos;i="5.96,218,1665471600"; d="scan'208";a="295942393" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Dec 2022 17:39:32 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10551"; a="639318716" X-IronPort-AV: E=Sophos;i="5.96,218,1665471600"; d="scan'208";a="639318716" Received: from dpdk-qiming3.sh.intel.com ([10.67.110.196]) by orsmga007.jf.intel.com with ESMTP; 04 Dec 2022 17:39:30 -0800 From: Qiming Yang To: qi.z.zhang@intel.com, dev@dpdk.org Cc: Qiming Yang Subject: [PATCH] doc: update ice matching list Date: Mon, 5 Dec 2022 01:29:11 +0000 Message-Id: <20221205012911.2562366-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 Acked-by: Qi Zhang --- 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..a44ebffdb7 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.6 | 1.3.30 | 1.3.37 | 1.3.10 | 4.1 | + +-----------+---------------+-----------------+-----------+--------------+-----------+ Pre-Installation Configuration ------------------------------