From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com
 [209.85.212.181]) by dpdk.org (Postfix) with ESMTP id 851E0BDAE
 for <dev@dpdk.org>; Fri,  3 Apr 2015 15:53:32 +0200 (CEST)
Received: by widdi4 with SMTP id di4so108507860wid.0
 for <dev@dpdk.org>; Fri, 03 Apr 2015 06:53:32 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding:content-type;
 bh=63S8fxp1AOxsbL9r77HhoMew6pg/L9wor3TpHX40SWc=;
 b=HQ7SUKHh0u5eLULOv99ns/rnaoWDOefUWUvSN7gF1uK7G735lnDxrc7Fe+FJLp0dFR
 oywBtCIwf7ezXK92wNEMOLmUAViDx3LStYnvqwRz1e6AEL2/5kumGrVg3M+5ykjTgvP+
 b0vAEWxZgRG8geaM1xqXuR8SySgDxcJ28uSIuRTzmuL3F8Tpd7LJ3xxYO4mZ/usBYV5Q
 oIjJQ4iZR94d+ZpeA7vrcmczSBEiSZTqTJT9bcz+YfNxem+PXhoTqSa+csPn9G7/9b/O
 aE9mgRZx81+NfZ55zayPMHVKepr5eas3jB+dx4gAmOfSDDEzv4MbHTqKCpQwe7AecZlw
 ckLw==
X-Gm-Message-State: ALoCoQmxM0UiKBEFA61GDc/amnrvDiWGcdYoZ6Y7kPdFh+cS9y1T9HR2EEX2W/CUqMPFmkEv5Rh2
X-Received: by 10.180.74.170 with SMTP id u10mr5712960wiv.46.1428069212058;
 Fri, 03 Apr 2015 06:53:32 -0700 (PDT)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by mx.google.com with ESMTPSA id u16sm11641209wjr.5.2015.04.03.06.53.30
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Fri, 03 Apr 2015 06:53:31 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: "Zhang, Helin" <helin.zhang@intel.com>
Date: Fri, 03 Apr 2015 15:52:48 +0200
Message-ID: <3456247.1AytKkVetl@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; )
In-Reply-To: <0C5AFCA4B3408848ADF2A3073F7D8CC86D5887B1@IRSMSX109.ger.corp.intel.com>
References: <1428048415-13945-1-git-send-email-helin.zhang@intel.com>
 <0C5AFCA4B3408848ADF2A3073F7D8CC86D5887B1@IRSMSX109.ger.corp.intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
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 <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 03 Apr 2015 13:53:32 -0000

> > Added notes for i40e firmware version. As base driver to suppor the latest
> > version of firmware (FVL3E) hasn't been integrated, currently the validated
> > version of firmware is 4.2.6.
> > 
> > Signed-off-by: Helin Zhang <helin.zhang@intel.com>
> Applies ok, builds ok,
> Acked-by Siobhan Butler <siobhan.a.butler@intel.com>

Applied, thanks