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 3DF62A04FD; Tue, 14 Jan 2020 03:40:52 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 08F751C2F0; Tue, 14 Jan 2020 03:40:52 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id BBC131C20E for ; Tue, 14 Jan 2020 03:40:50 +0100 (CET) X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Jan 2020 18:40:49 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,431,1571727600"; d="scan'208";a="213185521" Received: from yexl-server.sh.intel.com (HELO localhost) ([10.67.117.17]) by orsmga007.jf.intel.com with ESMTP; 13 Jan 2020 18:40:48 -0800 Date: Tue, 14 Jan 2020 10:40:45 +0800 From: Ye Xiaolong 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 Message-ID: <20200114024045.GB33538@intel.com> References: <20191220071007.23669-1-xiaolong.ye@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20191220071007.23669-1-xiaolong.ye@intel.com> User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [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" On 12/20, Xiaolong Ye wrote: >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 > Applied to dpdk-next-net-intel, Thanks.