From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 0079D9129 for ; Tue, 15 Aug 2017 10:52:25 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga105.jf.intel.com with ESMTP; 15 Aug 2017 01:52:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,377,1498546800"; d="scan'208";a="119047491" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.57]) ([10.237.220.57]) by orsmga004.jf.intel.com with ESMTP; 15 Aug 2017 01:52:23 -0700 To: Qiming Yang , dev@dpdk.org Cc: jingjing.wu@intel.com, beilei.xing@intel.com References: <1502767615-13240-1-git-send-email-qiming.yang@intel.com> From: Ferruh Yigit Message-ID: <53b04b4b-06ea-90e2-6174-534e2d17a18d@intel.com> Date: Tue, 15 Aug 2017 09:52:23 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <1502767615-13240-1-git-send-email-qiming.yang@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH] doc: add i40e firmware upgrade guide 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: , X-List-Received-Date: Tue, 15 Aug 2017 08:52:26 -0000 On 8/15/2017 4:26 AM, Qiming Yang wrote: > This patch adds one link to DPDK i40e doc, which is for > users on how to upgrade firmware. Does it make sense to add a link to download the FW too? > > Signed-off-by: Qiming Yang > --- > doc/guides/nics/i40e.rst | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst > index bc200d3..606375d 100644 > --- a/doc/guides/nics/i40e.rst > +++ b/doc/guides/nics/i40e.rst > @@ -78,6 +78,8 @@ Prerequisites > - 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 `. > > +- Upgrade the NVM/FW version follow the `IntelĀ® Ethernet NVM Update Tool Quick Usage Guide for Linux > + `_ if need. > > Pre-Installation Configuration > ------------------------------ >