From mboxrd@z Thu Jan 1 00:00:00 1970 From: Qiming Yang Subject: [PATCH v2 4/4] doc: add document update for package download Date: Wed, 20 Mar 2019 23:50:25 +0800 Message-ID: <20190320155025.138173-5-qiming.yang@intel.com> References: <20190301124613.66527-1-qiming.yang@intel.com> <20190320155025.138173-1-qiming.yang@intel.com> Cc: qi.z.zhang@intel.com, paul.m.stillwell.jr@intel.com, Qiming Yang To: dev@dpdk.org Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 869B037B0 for ; Wed, 20 Mar 2019 09:27:20 +0100 (CET) In-Reply-To: <20190320155025.138173-1-qiming.yang@intel.com> 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.rst and release_19_05.rst. Signed-off-by: Qiming Yang --- doc/guides/nics/ice.rst | 9 +++++++++ doc/guides/rel_notes/release_19_05.rst | 5 +++++ 2 files changed, 14 insertions(+) diff --git a/doc/guides/nics/ice.rst b/doc/guides/nics/ice.rst index 3998d5e..6410ec5 100644 --- a/doc/guides/nics/ice.rst +++ b/doc/guides/nics/ice.rst @@ -84,6 +84,15 @@ To start ``testpmd``, and add vlan 10 to port 0: Limitations or Known issues --------------------------- +The Intel E810 requires a programmable pipeline package be downloaded +by the driver to support normal operations. The E810 has a limited +functionality built in to allow PXE boot and other use cases, but the +driver must download a package file during the driver initialization +stage. The file must be in the /lib/firmware/intel/ice/ddp directory +and it must be named ice.pkg. A symbolic link to this file is also ok. +The same package file is used by both the kernel driver and the DPDK PMD. + + 19.02 limitation ~~~~~~~~~~~~~~~~ diff --git a/doc/guides/rel_notes/release_19_05.rst b/doc/guides/rel_notes/release_19_05.rst index 61a2c73..7248ea1 100644 --- a/doc/guides/rel_notes/release_19_05.rst +++ b/doc/guides/rel_notes/release_19_05.rst @@ -91,6 +91,11 @@ New Features * Added promiscuous mode support. +* **Updated the ice driver.** + + * Added package download support. + * Added Safe Mode support. + * Supported RSS for UPD/TCP/SCTP+IPV4/IPV6 packets Removed Items ------------- -- 2.9.5