From patchwork Wed Nov 20 10:07:08 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Qi Zhang X-Patchwork-Id: 63153 X-Patchwork-Delegate: ferruh.yigit@amd.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 8429DA04C1; Wed, 20 Nov 2019 11:04:08 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2B9212E8F; Wed, 20 Nov 2019 11:04:07 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 5B07D2BA3 for ; Wed, 20 Nov 2019 11:04:05 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Nov 2019 02:04:04 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,221,1571727600"; d="scan'208";a="237672850" Received: from dpdk51.sh.intel.com ([10.67.110.245]) by fmsmga002.fm.intel.com with ESMTP; 20 Nov 2019 02:04:03 -0800 From: Qi Zhang To: ferruh.yigit@intel.com Cc: xiaolong.ye@intel.com, dev@dpdk.org, Qi Zhang Date: Wed, 20 Nov 2019 18:07:08 +0800 Message-Id: <20191120100708.40283-1-qi.z.zhang@intel.com> X-Mailer: git-send-email 2.13.6 Subject: [dpdk-dev] [PATCH v2] doc: add matching component list for ice X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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" Add kernel driver, firmware and DDP package matching list for ice PMD. Signed-off-by: Qi Zhang Acked-by: Xiaolong Ye Tested-by: Ferruh Yigit --- v2: - fix doc build warning. doc/guides/nics/ice.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/guides/nics/ice.rst b/doc/guides/nics/ice.rst index 1a426438d..e09130ce0 100644 --- a/doc/guides/nics/ice.rst +++ b/doc/guides/nics/ice.rst @@ -20,6 +20,22 @@ Prerequisites - To get better performance on Intel platforms, please follow the "How to get best performance with NICs on Intel platforms" section of the :ref:`Getting Started Guide for Linux `. +Recommended Matching List +------------------------- + +It is highly recommended to upgrade the ice kernel driver and firmware and +DDP packages to avoid the compatibility issues with ice PMD. Here is the +suggested matching list. + + +----------------------+-----------------------+------------------+----------------+-------------------+ + | DPDK version | Kernel driver version | Firmware version | DDP OS Package | DDP COMMS Package | + +======================+=======================+==================+================+===================+ + | 19.11 | 0.12.25 | 1.1.16.39 | 1.3.4 | 1.3.10 | + +----------------------+-----------------------+------------------+----------------+-------------------+ + | 19.08 (experimental) | 0.10.1 | 1.1.12.7 | 1.2.0 | N/A | + +----------------------+-----------------------+------------------+----------------+-------------------+ + | 19.05 (experimental) | 0.9.4 | 1.1.10.16 | 1.1.0 | N/A | + +----------------------+-----------------------+------------------+----------------+-------------------+ Pre-Installation Configuration ------------------------------