From patchwork Wed Aug 26 00:55:51 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Wang, Haiyue" X-Patchwork-Id: 75949 X-Patchwork-Delegate: qi.z.zhang@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 5A14CA04B1; Wed, 26 Aug 2020 03:06:14 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A8DB14C89; Wed, 26 Aug 2020 03:06:13 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 6A82C1F1C for ; Wed, 26 Aug 2020 03:06:12 +0200 (CEST) IronPort-SDR: VaxUISJAF0fRHHfhEbqmSJx4O8wA6Q6hf3rr1n7TQa9UmpnYjLFylU8FGpKh//g1vjF/eufUJa A2co/feVE9MA== X-IronPort-AV: E=McAfee;i="6000,8403,9724"; a="217765935" X-IronPort-AV: E=Sophos;i="5.76,354,1592895600"; d="scan'208";a="217765935" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Aug 2020 18:06:10 -0700 IronPort-SDR: DZGNdRbTvc8J2R85nzz9OcCF+Y15n2jIqT84GR7FwIRbh5rz7hQUzdJxGhxa2Zz686UXQORN4J 0qFreDtG8Atw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,354,1592895600"; d="scan'208";a="322987963" Received: from npg-dpdk-haiyue-3.sh.intel.com ([10.67.118.157]) by fmsmga004.fm.intel.com with ESMTP; 25 Aug 2020 18:06:09 -0700 From: Haiyue Wang To: dev@dpdk.org Cc: Haiyue Wang , Qiming Yang , Qi Zhang , John McNamara , Marko Kovacevic Date: Wed, 26 Aug 2020 08:55:51 +0800 Message-Id: <20200826005552.18082-1-haiyue.wang@intel.com> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH v1] doc: update ice production information 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" The E810 (ice) has been shipping to customers, not just for evaluation any more. Signed-off-by: Haiyue Wang Acked-by: Qi Zhang --- doc/guides/nics/ice.rst | 8 -------- 1 file changed, 8 deletions(-) diff --git a/doc/guides/nics/ice.rst b/doc/guides/nics/ice.rst index 9a9f4a6bb..6ac657c13 100644 --- a/doc/guides/nics/ice.rst +++ b/doc/guides/nics/ice.rst @@ -12,9 +12,6 @@ the Intel Ethernet Controller E810. Prerequisites ------------- -- 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" @@ -310,8 +307,3 @@ 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. - -limitation -~~~~~~~~~~ - -Ice code released is for evaluation only currently.