From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com
 [209.85.212.182]) by dpdk.org (Postfix) with ESMTP id A8225902
 for <dev@dpdk.org>; Wed, 16 Sep 2015 15:02:14 +0200 (CEST)
Received: by wicfx3 with SMTP id fx3so69448601wic.0
 for <dev@dpdk.org>; Wed, 16 Sep 2015 06:02:14 -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=QJrlFdjodmrkDPfxjKZp64fPEd8BL64nz8ij1Hx0Fr8=;
 b=Olry/vNiRvm8FRbnsLStIOZbAiclAsIoWXs9QqIvpRAfdOEivSLtMEH5Xa29eqjBgh
 cI/ZQD9miZtvTAf26vI5sQTlKyX446+5fwcSSefyN1ZHKVINm0rxLHvvjFuT3GgzpI+B
 mEDFUSeb9vVwtsEuDwDYCo0sZq+5iyFxeAvBMJk5NqQNuWBwcyYMfdeMA545OROY7i9j
 F0M6g2SMekg3r+P+G3rHQX8Egac3HWaYYHTmmLAbLWzx/JneZGwgR9qtNufeu/z5RK/8
 Abs6G9dSdLwDnBBSO184gIVCrKCYKNg/udFCqECPtY0tylFEgqXhJuV2ORnICEmVjfU1
 FAJQ==
X-Gm-Message-State: ALoCoQl7aO8NNMNNJ19sbVqsYR9bQsMQoHRCfFU58PUcsvWr31iOenoQ/08HJJuu+VLyt2K69+9y
X-Received: by 10.194.158.34 with SMTP id wr2mr21609721wjb.23.1442408534369;
 Wed, 16 Sep 2015 06:02:14 -0700 (PDT)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by smtp.gmail.com with ESMTPSA id fs9sm4397083wic.24.2015.09.16.06.02.13
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Wed, 16 Sep 2015 06:02:13 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: "Mcnamara, John" <john.mcnamara@intel.com>
Date: Wed, 16 Sep 2015 15:01:06 +0200
Message-ID: <2130384.etnPeQ8t8i@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <B27915DBBA3421428155699D51E4CFE20233D3FA@IRSMSX103.ger.corp.intel.com>
References: <1439435979-25869-1-git-send-email-qian.q.xu@intel.com>
 <2724688.VL6zfsszk2@xps13>
 <B27915DBBA3421428155699D51E4CFE20233D3FA@IRSMSX103.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 v2]doc:Add performance test guide about how
	to get DPDK high perf on Intel platform
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: Wed, 16 Sep 2015 13:02:14 -0000

2015-09-16 10:43, Mcnamara, John:
> From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com]
> > > --- /dev/null
> > > +++ b/doc/guides/perf_test_guide/index.rst
> > 
> > Why creating a new guide?
> > Can it be included as a chapter of the Linux user guide?
> 
> I think the subject is probably distinct enough to merit its own
> guide and it is more of an advanced topic than a getting started topic.

I think we should avoid creating too many guides.
This chapter is about using DPDK in Linux. Yes it is a bit more advanced
than the Linux QSG. So why not creating an advanced section?