From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id A43FB9A8C for ; Fri, 3 Apr 2015 11:10:31 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP; 03 Apr 2015 02:10:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,516,1422950400"; d="scan'208";a="550571281" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by orsmga003.jf.intel.com with ESMTP; 03 Apr 2015 02:10:31 -0700 Received: from irsmsx109.ger.corp.intel.com ([169.254.13.95]) by irsmsx110.ger.corp.intel.com ([169.254.15.247]) with mapi id 14.03.0224.002; Fri, 3 Apr 2015 10:10:29 +0100 From: "Butler, Siobhan A" To: "Zhang, Helin" , "dev@dpdk.org" Thread-Topic: [PATCH] doc: add notes for i40e firmware version Thread-Index: AQHQbeUs4GPtF0WuNEuuOFPHr4gbFZ07AByw Date: Fri, 3 Apr 2015 09:10:28 +0000 Message-ID: <0C5AFCA4B3408848ADF2A3073F7D8CC86D5887B1@IRSMSX109.ger.corp.intel.com> References: <1428048415-13945-1-git-send-email-helin.zhang@intel.com> In-Reply-To: <1428048415-13945-1-git-send-email-helin.zhang@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] doc: add notes for i40e firmware version X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Apr 2015 09:10:32 -0000 > From: Zhang, Helin > Sent: Friday, April 3, 2015 9:07 AM > To: dev@dpdk.org > Cc: Butler, Siobhan A; Wu, Jingjing; Liu, Jijiang; Zhang, Helin > Subject: [PATCH] doc: add notes for i40e firmware version >=20 > Added notes for i40e firmware version. As base driver to suppor the lates= t > version of firmware (FVL3E) hasn't been integrated, currently the validat= ed > version of firmware is 4.2.6. >=20 > Signed-off-by: Helin Zhang > --- > doc/guides/linux_gsg/enable_func.rst | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/doc/guides/linux_gsg/enable_func.rst > b/doc/guides/linux_gsg/enable_func.rst > index 9db3b5a..56084b2 100644 > --- a/doc/guides/linux_gsg/enable_func.rst > +++ b/doc/guides/linux_gsg/enable_func.rst > @@ -176,6 +176,7 @@ High Performance of Small Packets on 40G NIC As > there might be firmware fixes for performance enhancement in latest > version of firmware image, the firmware update might be needed for > getting high performance. > Check with the local Intel's Network Division application engineers for > firmware updates. > +The base driver to support firmware version of FVL3E will be integrated = in > the next DPDK release, so currently the validated firmware version is 4.2= .6. >=20 > Enabling Extended Tag and Setting Max Read Request Size > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > -- > 1.8.1.4 Applies ok, builds ok, Acked-by Siobhan Butler