From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com
 [209.85.212.172]) by dpdk.org (Postfix) with ESMTP id 5FD3C8E5C
 for <dev@dpdk.org>; Mon, 17 Aug 2015 19:38:05 +0200 (CEST)
Received: by wicne3 with SMTP id ne3so76299903wic.0
 for <dev@dpdk.org>; Mon, 17 Aug 2015 10:38:05 -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=JnmUzgemwN9JaYqBfd+HuKp5hIUh6F8LiSAtSk0v1Mw=;
 b=cFpylbHZ6tl+4/BxVuPZcl3cRvv5sy2U6ZscelfJ9GFUnrY1sym2U59TTmaM7wlBTC
 d8ro28ONiSZWotES5ClxvRlZ4chB9lf36m4hsmuIv1GGYieofNndKmW2QNzwszJgwdRP
 +2HcAP2Q46Uy65FDw5JhKos8ViCbG62blefyHodjAzdqg0JDzVVfo/jlbCzEejv1Cmro
 Zej3ipX9sNUE4enQUjAUxow4mvXPLWtP5O8FV4ozu/BQNyKn1xl83EZOfKV2smDb3bc1
 TiF5/9YHeNF/LwA/nbeV94YVc0G6eBsY+AR4s5tUT1VQIh3f9YZh2eBJRm6onHIy+fxi
 WgeQ==
X-Gm-Message-State: ALoCoQmGV4gN78tuvJwbuxl2rmd/Lybf4jdzt8rdOMF9Q00kGzzbfSXYIcX3Oo8mpBby6Tm+fNNp
X-Received: by 10.180.85.74 with SMTP id f10mr34946113wiz.45.1439833085228;
 Mon, 17 Aug 2015 10:38:05 -0700 (PDT)
Received: from xps13.localnet (183.16.90.92.rev.sfr.net. [92.90.16.183])
 by smtp.gmail.com with ESMTPSA id b13sm17654278wic.15.2015.08.17.10.38.04
 (version=TLSv1/SSLv3 cipher=OTHER);
 Mon, 17 Aug 2015 10:38:04 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Adrien Mazarguil <adrien.mazarguil@6wind.com>
Date: Mon, 17 Aug 2015 19:36:50 +0200
Message-ID: <26664466.meKqMNnBUO@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; )
In-Reply-To: <1439304165-28438-1-git-send-email-adrien.mazarguil@6wind.com>
References: <1439304165-28438-1-git-send-email-adrien.mazarguil@6wind.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 0/2] add mlx4 release notes
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: Mon, 17 Aug 2015 17:38:05 -0000

2015-08-11 16:42, Adrien Mazarguil:
> Following John McNamara's changes we've noticed that mlx4 release notes were
> missing from DPDK 2.0.0. This patchset adds them retroactively and also
> provides mlx4 release notes for DPDK 2.1.0.
> 
> Adrien Mazarguil (2):
>   doc: add missing release notes for mlx4 availability in DPDK 2.0.0
>   doc: add mlx4 release notes to DPDK 2.1.0

Applied, thanks.
Some changes were needed due to previous patch from John.