From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) by dpdk.org (Postfix) with ESMTP id 605D8568C for ; Tue, 11 Aug 2015 15:03:00 +0200 (CEST) Received: by wicne3 with SMTP id ne3so59802903wic.0 for ; Tue, 11 Aug 2015 06:03:00 -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=7vJUu9L710pmbK2weIFa3lz34StT+pZygq1wNIBINlM=; b=F/2F9lxblc22sZbPPJpd37hyrHo+TwJRM2aiCGttbkxPkivpUguqtq/dD7bgwcbAm1 oJLmyPx1RYrdoqF3JqDXx3JoGiz4OsyRU4Cu1B28BkRITIgCJvpcG7O1ynrXYE2S4LxC JpsVCD4fViA6FQsvr7DEh7E/Jp3ImgU8MXaPwBG7sTt3Jk0UGnVHR2An7jOx3zX2qgai /fk3gQSPRzA5klGVFXBUQGr4qS4w82LSTwJaAF5YBCM1G+LIDcqVw1W2RI0FQnHJkSty pmJ+xGk+XOCNcf7FA0LfCQAllyWrqwHEvu8NOQjea9OZqryplDgfEpZnaEHZNKoVsM6W BzOA== X-Gm-Message-State: ALoCoQlO+wJV9Wj0N8Sgabw5Lu8sRqwstYk4R/Ptx7F5IH6EpNEzYzJJymeEIWs+25fPi7TQNhlF X-Received: by 10.180.101.138 with SMTP id fg10mr36866044wib.46.1439298179905; Tue, 11 Aug 2015 06:02:59 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id r19sm3341575wib.7.2015.08.11.06.02.58 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 11 Aug 2015 06:02:58 -0700 (PDT) From: Thomas Monjalon To: John McNamara Date: Tue, 11 Aug 2015 15:01:46 +0200 Message-ID: <4919431.8QTvr7u91H@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1439294262-28622-1-git-send-email-john.mcnamara@intel.com> References: <1439294262-28622-1-git-send-email-john.mcnamara@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: restructured release notes documentation 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: Tue, 11 Aug 2015 13:03:00 -0000 2015-08-11 12:57, John McNamara: > --- a/doc/guides/index.rst > +++ b/doc/guides/index.rst > @@ -46,3 +46,4 @@ Contents: > testpmd_app_ug/index > rel_notes/index > guidelines/index > + faq/index Why not add faq after user guides and before release notes and contributor's guidelines? user guides faq release notes contributing