From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com
 [209.85.212.180]) by dpdk.org (Postfix) with ESMTP id 9262F568C
 for <dev@dpdk.org>; Tue, 11 Aug 2015 17:35:04 +0200 (CEST)
Received: by wicne3 with SMTP id ne3so66294478wic.0
 for <dev@dpdk.org>; Tue, 11 Aug 2015 08:35:04 -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=Ju7F6bc9LRfkFOp7odL9Nefbcvgl+XLVzog0W08iQjY=;
 b=QqpPB3/4t+3rDwVUmE2TV1QUoHGcRRq0UrIS/cFIoF+imDf77x7tB2yWnJjXcVUr75
 SetQnN2SansCXXFEjYu+JbnLP4NMZixkzdaUtGWm8iYEft5k6qHyxitSrGtA573Wbt8r
 HZADJO/oV33p6zgBfGVIJGFUh2MT0JAliTUcsAti0b5/MeQVn6EYGnpEcS7WQCSeJSOa
 zfnDK5jVIWfzIBIps0s0DwRVx2Q83rgIkZebSTLO64p1IlAda1gfmx7wjdcU+hBwlBzT
 JmbXMEDvFY8vE9Y2ZnvE/LL3ue/rx8ernP+7rQV68y+8S/XpqgmQnu09/32wtEKVLZxl
 fQ4w==
X-Gm-Message-State: ALoCoQnCtVZ9RpqIFbfAnVNhIwqb8bQUXrXfoaW/qvTFx7sPGioTJsVcZDA3Frr/6MNMIZppKE8R
X-Received: by 10.180.95.101 with SMTP id dj5mr37571539wib.16.1439307304416;
 Tue, 11 Aug 2015 08:35:04 -0700 (PDT)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by smtp.gmail.com with ESMTPSA id lg8sm3922855wic.12.2015.08.11.08.35.02
 (version=TLSv1/SSLv3 cipher=OTHER);
 Tue, 11 Aug 2015 08:35:03 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: "Mcnamara, John" <john.mcnamara@intel.com>
Date: Tue, 11 Aug 2015 17:33:49 +0200
Message-ID: <2034344.AtDQvO2ehO@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; )
In-Reply-To: <3475343.nbrr1Oob5x@xps13>
References: <1439294262-28622-1-git-send-email-john.mcnamara@intel.com>
 <B27915DBBA3421428155699D51E4CFE2022E38CE@IRSMSX103.ger.corp.intel.com>
 <3475343.nbrr1Oob5x@xps13>
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: restructured release notes documentation
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, 11 Aug 2015 15:35:04 -0000

2015-08-11 15:28, Thomas Monjalon:
> 2015-08-11 13:12, Mcnamara, John:
> > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com]
> > > Why not add faq after user guides and before release notes and
> > > contributor's guidelines?
> > > 	user guides
> > > 	faq
> > > 	release notes
> > > 	contributing
> > 
> > Hi,
> > 
> > No strong reason. I'll submit a V2.
> 
> No need to submit a v2.
> I've done the change and split the patch for easier future references.

Applied, thanks