From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wg0-f43.google.com (mail-wg0-f43.google.com [74.125.82.43])
 by dpdk.org (Postfix) with ESMTP id 3DF795A8C
 for <dev@dpdk.org>; Tue, 31 Mar 2015 03:22:21 +0200 (CEST)
Received: by wgdm6 with SMTP id m6so2523863wgd.2
 for <dev@dpdk.org>; Mon, 30 Mar 2015 18:22:21 -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=Zsbmq9I9TkKEGP5wGUwQeNwE6DI82O5Rixbp/Oytvk4=;
 b=Ylk5Z++A5n6OKzJuimmZU8bsYPJJSMVRWJaG5Mi22Q6UzGS4Lgf/++Q26bzewd5uzS
 KZtRnPOxVUYva2CEkYfH8Eutz2R4sJ5KQQVzowXdMY94PUC5NFyjVneOvOLhMDT27EZ2
 pW9w9L7I+bweQZPmm5npg0LO57jkwwShqlDDb4mBqz0gubk6geNGo/ZtYWatQC+a9rlf
 8vdmBvxJOYfiaOQYaWuUcaGOcClpMx/V0r9sj0FM5hw801WnRz90C+NM7WdZ75beunTQ
 RnDzuXwhjA2ujClLkEe2WVy080mKuqI6SwM/8nTS+/2mDhXNSPQnyg+jR3ITzOEdUwZR
 fwog==
X-Gm-Message-State: ALoCoQmwVXQIt+ZPQYxBi+0LDEGspZU0+zyIK3x7p/Yr43MqILSj/hmDoNFu/vYqzJkNVr6ShIOa
X-Received: by 10.194.121.68 with SMTP id li4mr69458707wjb.138.1427764941167; 
 Mon, 30 Mar 2015 18:22:21 -0700 (PDT)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by mx.google.com with ESMTPSA id bx3sm18045527wjc.21.2015.03.30.18.22.19
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Mon, 30 Mar 2015 18:22:20 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Siobhan Butler <siobhan.a.butler@intel.com>
Date: Tue, 31 Mar 2015 03:21:39 +0200
Message-ID: <3134579.aIl2SrX7CN@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; )
In-Reply-To: <1427030707-6091-1-git-send-email-siobhan.a.butler@intel.com>
References: <1427030707-6091-1-git-send-email-siobhan.a.butler@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: added to faq section of 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: Tue, 31 Mar 2015 01:22:21 -0000

> Added some of the questions posted to the mailing list to the FAQ section of release notes.
> 
> Signed-off-by: Siobhan Butler <siobhan.a.butler@intel.com>

Applied, thanks