From patchwork Mon Nov 18 04:03:34 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Qi Zhang X-Patchwork-Id: 63071 X-Patchwork-Delegate: xiaolong.ye@intel.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 EC1CDA04B3; Mon, 18 Nov 2019 05:00:34 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A6F632956; Mon, 18 Nov 2019 05:00:33 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 09BD6A69 for ; Mon, 18 Nov 2019 05:00:31 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Nov 2019 20:00:30 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,318,1569308400"; d="scan'208";a="217755451" Received: from dpdk51.sh.intel.com ([10.67.110.245]) by orsmga002.jf.intel.com with ESMTP; 17 Nov 2019 20:00:29 -0800 From: Qi Zhang To: john.mcnamara@intel.com, paul.m.stillwell.jr@intel.com Cc: helin.zhang@intel.com, xiaolong.ye@intel.com, dev@dpdk.org, Qi Zhang Date: Mon, 18 Nov 2019 12:03:34 +0800 Message-Id: <20191118040334.36456-1-qi.z.zhang@intel.com> X-Mailer: git-send-email 2.13.6 Subject: [dpdk-dev] [PATCH] doc: add matching 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 --- doc/guides/nics/ice.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/doc/guides/nics/ice.rst b/doc/guides/nics/ice.rst index 1a426438d..7ff33d7f0 100644 --- a/doc/guides/nics/ice.rst +++ b/doc/guides/nics/ice.rst @@ -20,6 +20,24 @@ 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 | 0.10.1 | 1.1.12.7 | 1.2.0 | N/A | + | (experimental) | | | | | + +-----------------+-----------------------+------------------+----------------+-------------------+ + | 19.05 | 0.9.4 | 1.1.10.16 | 1.1.0 | N/A | + | (experimental) | | | | | + +-----------------+-----------------------+------------------+----------------+-------------------+ Pre-Installation Configuration ------------------------------