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 A10E2A04EF; Mon, 25 May 2020 17:30:29 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 746331D905; Mon, 25 May 2020 17:30:29 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 17D211D903 for ; Mon, 25 May 2020 17:30:27 +0200 (CEST) IronPort-SDR: gZlg+G3lciBxgBeUAMRxkwYyHomaqzsqp5lV/y1bF72/+0e+6zyhrNYZ5ahJ6d3CDbAQjHwDPP 4wuc3nrkC0Kw== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 May 2020 08:30:27 -0700 IronPort-SDR: W6aq7nFcZBLv5ss6pQ8IxVxwmrFB/f9sPFbzpDMTxdejGE2N5Drxf9/CjfEeXORVtyqr9Yvyx0 aZY1FKZd8muQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,433,1583222400"; d="scan'208";a="266177775" Received: from yexl-server.sh.intel.com ([10.67.116.183]) by orsmga003.jf.intel.com with ESMTP; 25 May 2020 08:30:25 -0700 From: Xiaolong Ye To: Qiming Yang , Qi Zhang , John McNamara , Marko Kovacevic Cc: dev@dpdk.org, ferruh.yigit@intel.com, Xiaolong Ye Date: Mon, 25 May 2020 23:22:28 +0800 Message-Id: <20200525152228.27158-1-xiaolong.ye@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200520060009.98785-1-xiaolong.ye@intel.com> References: <20200520060009.98785-1-xiaolong.ye@intel.com> Subject: [dpdk-dev] [PATCH v2] doc: update 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" Update the description and limitation about ice PMD according to the product release strategy. Signed-off-by: Xiaolong Ye Acked-by: Qiming Yang --- doc/guides/nics/ice.rst | 29 +++++------------------------ 1 file changed, 5 insertions(+), 24 deletions(-) diff --git a/doc/guides/nics/ice.rst b/doc/guides/nics/ice.rst index c5278fc757..9a9f4a6bb0 100644 --- a/doc/guides/nics/ice.rst +++ b/doc/guides/nics/ice.rst @@ -12,33 +12,14 @@ the Intel Ethernet Controller E810. Prerequisites ------------- -- Identifying your adapter using `Intel Support - `_ and get the latest NVM/FW images. +- The E810 is currently in sampling state only. To obtain early samples and/or get further information + about kernel drivers, firmware and DDP support, please speak to your Intel representative. - Follow the DPDK :ref:`Getting Started Guide for Linux ` to setup the basic DPDK environment. - 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 | - +======================+=======================+==================+================+===================+ - | 20.02 | 0.12.25 | 1.1.16.39 | 1.3.4 | 1.3.10 | - +----------------------+-----------------------+------------------+----------------+-------------------+ - | 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 ------------------------------ @@ -330,7 +311,7 @@ is stored in ``ice_adapter->active_pkg_type``. A symbolic link to the DDP package file is also ok. The same package file is used by both the kernel driver and the DPDK PMD. -19.02 limitation -~~~~~~~~~~~~~~~~ +limitation +~~~~~~~~~~ -Ice code released in 19.02 is for evaluation only. +Ice code released is for evaluation only currently. -- 2.17.1