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 EAB4BA04F7; Fri, 20 Dec 2019 08:15:08 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 349EA1252; Fri, 20 Dec 2019 08:15:08 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id BF4B3330 for ; Fri, 20 Dec 2019 08:15:06 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Dec 2019 23:15:05 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,334,1571727600"; d="scan'208";a="390791628" Received: from yexl-server.sh.intel.com ([10.67.117.17]) by orsmga005.jf.intel.com with ESMTP; 19 Dec 2019 23:15:04 -0800 From: Xiaolong Ye To: Qiming Yang , Wenzhuo Lu , John McNamara , Marko Kovacevic Cc: dev@dpdk.org, arjun.anantharam@intel.com, fred.zhang@intel.com, helin.zhang@intel.com, Xiaolong Ye Date: Fri, 20 Dec 2019 15:10:07 +0800 Message-Id: <20191220071007.23669-1-xiaolong.ye@intel.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH] doc: basic 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" The ice PMD supports 10/25/50/100 Gbps. Signed-off-by: Xiaolong Ye --- doc/guides/nics/ice.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/nics/ice.rst b/doc/guides/nics/ice.rst index 9b90b389e..cde3fd620 100644 --- a/doc/guides/nics/ice.rst +++ b/doc/guides/nics/ice.rst @@ -5,7 +5,7 @@ ICE Poll Mode Driver ====================== The ice PMD (librte_pmd_ice) provides poll mode driver support for -10/25 Gbps IntelĀ® Ethernet 810 Series Network Adapters based on +10/25/50/100 Gbps IntelĀ® Ethernet 810 Series Network Adapters based on the Intel Ethernet Controller E810. -- 2.17.1