From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 376E4A04B3; Mon, 18 Nov 2019 06:35:56 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0326BB62; Mon, 18 Nov 2019 06:35:56 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id E8D7BA69 for ; Mon, 18 Nov 2019 06:35:54 +0100 (CET) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Nov 2019 21:35:54 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,319,1569308400"; d="scan'208";a="208975905" Received: from yexl-server.sh.intel.com (HELO localhost) ([10.67.117.17]) by orsmga006.jf.intel.com with ESMTP; 17 Nov 2019 21:35:52 -0800 Date: Mon, 18 Nov 2019 13:32:24 +0800 From: Ye Xiaolong To: Qi Zhang Cc: john.mcnamara@intel.com, paul.m.stillwell.jr@intel.com, helin.zhang@intel.com, dev@dpdk.org Message-ID: <20191118053223.GF69793@intel.com> References: <20191118040334.36456-1-qi.z.zhang@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191118040334.36456-1-qi.z.zhang@intel.com> User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [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" On 11/18, Qi Zhang wrote: >Add kernel driver, firmware and DDP package matching list >for ice PMD. > >Signed-off-by: Qi Zhang >--- > 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 > ------------------------------ >-- >2.13.6 > Acked-by: Xiaolong Ye Applied to dpdk-next-net-intel, Thanks.