From patchwork Mon Mar 8 04:34:50 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Qi Zhang X-Patchwork-Id: 88693 X-Patchwork-Delegate: ferruh.yigit@amd.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 A0B42A0546; Mon, 8 Mar 2021 05:31:07 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 22BD44068A; Mon, 8 Mar 2021 05:31:07 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 3D15540141; Mon, 8 Mar 2021 05:31:04 +0100 (CET) IronPort-SDR: dZK6C8LspSrjmJjYnTJkp8sBykejZHdLLfghmvHH/AhM7nafPuMFoAV1Czo9eYnKnAOkDD/wqG BCIQMaJejiRA== X-IronPort-AV: E=McAfee;i="6000,8403,9916"; a="188072429" X-IronPort-AV: E=Sophos;i="5.81,231,1610438400"; d="scan'208";a="188072429" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Mar 2021 20:31:03 -0800 IronPort-SDR: +qTM7SBZt/eK8xmQ8tMvJdpzGC6vHnElvL4Z5ChTITWn8fwD5b7wPBpZzFJqBlETT3IOXJjnod 8tgJkVffoaqQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.81,231,1610438400"; d="scan'208";a="587920551" Received: from dpdk51.sh.intel.com ([10.67.111.142]) by orsmga005.jf.intel.com with ESMTP; 07 Mar 2021 20:31:02 -0800 From: Qi Zhang To: qiming.yang@intel.com Cc: ferruh.yigit@intel.com, dev@dpdk.org, Qi Zhang , stable@dpdk.org Date: Mon, 8 Mar 2021 12:34:50 +0800 Message-Id: <20210308043450.1716176-1-qi.z.zhang@intel.com> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH] doc: update ice matching list 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 Sender: "dev" Updated ice recommended matching list for DPDK 21.02. and also fixed matching kernel driver version for DPDK 20.11. Fixes: e89aebf3b597 ("doc: update ice user guide") Cc: stable@dpdk.org Signed-off-by: Qi Zhang --- doc/guides/nics/ice.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/doc/guides/nics/ice.rst b/doc/guides/nics/ice.rst index ccda26f82f..10a555c192 100644 --- a/doc/guides/nics/ice.rst +++ b/doc/guides/nics/ice.rst @@ -34,11 +34,13 @@ to avoid the compatibility issues with ice PMD. Here is the suggested matching list which has been tested and verified. The detailed information can refer to chapter Tested Platforms/Tested NICs in release notes. - +-----------+---------------+-----------------+-----------+-----------+ - | DPDK | Kernel Driver | OS Default DDP | COMMS DDP | Firmware | - +===========+===============+=================+===========+===========+ - | 20.11 | 1.3.0 | 1.3.20 | 1.3.24 | 2.3 | - +-----------+---------------+-----------------+-----------+-----------+ + +-----------+---------------+-----------------+-----------+--------------+-----------+ + | DPDK | Kernel Driver | OS Default DDP | COMMS DDP | Wireless DDP | Firmware | + +===========+===============+=================+===========+==============+===========+ + | 20.11 | 1.3.2 | 1.3.20 | 1.3.24 | N/A | 2.3 | + +-----------+---------------+-----------------+-----------+--------------+-----------+ + | 21.02 | 1.4.11 | 1.3.24 | 1.3.28 | 1.3.4 | 2.4 | + +-----------+---------------+-----------------+-----------+--------------+-----------+ Pre-Installation Configuration ------------------------------