From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com
 [209.85.212.170]) by dpdk.org (Postfix) with ESMTP id 86622902
 for <dev@dpdk.org>; Fri, 30 Oct 2015 11:27:51 +0100 (CET)
Received: by wijp11 with SMTP id p11so7825615wij.0
 for <dev@dpdk.org>; Fri, 30 Oct 2015 03:27:51 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=6wind_com.20150623.gappssmtp.com; s=20150623;
 h=from:to:cc:subject:date:message-id:organization:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding
 :content-type; bh=hCs1S//1i2sc4i2PD4Wk4BnRQ66cwma8TeRTh3vKZM0=;
 b=JrcczW5o0dJyWQFIAzcLJVBG6HGhMhgODi6QvsONMQ9hEhPaaedNylkOlzqkZtxe4a
 A/su8/SmbrkFyJayrEnBYP9UNFLEh2tRceKdJWf2AZtonSCVGoDKSRbAm0ByjOlNPLV6
 47mgBT3i97GB8hRcoT+S3NTH9K7YNCldmMI1ZqViTeOxSmnWE3mFzRTV55Z0G0c8zAcp
 i7ox0W6+FP7kaMijOdRn2dLNLhiO2mq5jUMIlQ7w+s/7cDsB/b1VLn9LYn00caP4YIp0
 lkAa7FJyCdNdtk1CydatGzkoX7fTL2n9wkQBngiCqv1YRJZG8I+h3nDgolD+jQoCWdKM
 v4fg==
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=hCs1S//1i2sc4i2PD4Wk4BnRQ66cwma8TeRTh3vKZM0=;
 b=epnBVHqvmFCMPvQVuy4wwOUU4IvKDsVDIYS7xXPlKt24B1kTthVUSq2aeGdhMMKhr+
 T2s/a5JCLFXMcn5ez3UJ4EGJr80b0IQCEEaDh5JEoO1zw9jRuO+pqFvA7gHnsLjI6yHC
 JL1yXS4s80sNqDDmwVXjtMg/p0f7Aus0oZgml35dARG4U+eIUF+KxUib4MAbpLY5RMFk
 mCmhAGkoxWh+qGWPHPz/4lHf1qOPiibiX8elm3D3z3btUGe5Jgml2W3BC/UoKvxB2Fhm
 y76S0rFEscrcAOLBQIfDihnOgWxrKuWMu7ytg5iCoYKXwtRphAuv1yLFSZH5xzJT9lJ1
 JPow==
X-Gm-Message-State: ALoCoQn7KSXzH6LSqKdyy2RLDXqDELhGIElCikalMLvaRckuHt1TJRcfnLLDZ6bWEs82QSEa7KM8
X-Received: by 10.195.13.18 with SMTP id eu18mr8523322wjd.40.1446200871339;
 Fri, 30 Oct 2015 03:27:51 -0700 (PDT)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by smtp.gmail.com with ESMTPSA id iw8sm6364327wjb.5.2015.10.30.03.27.50
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Fri, 30 Oct 2015 03:27:50 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Jingjing Wu <jingjing.wu@intel.com>
Date: Fri, 30 Oct 2015 11:26:40 +0100
Message-ID: <2232831.UdaA0jU7fa@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <1446108827-7907-11-git-send-email-jingjing.wu@intel.com>
References: <1443074591-19803-1-git-send-email-jingjing.wu@intel.com>
 <1446108827-7907-1-git-send-email-jingjing.wu@intel.com>
 <1446108827-7907-11-git-send-email-jingjing.wu@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 10/10] doc: update testpmd guide and
	release note
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: Fri, 30 Oct 2015 10:27:51 -0000

2015-10-29 16:53, Jingjing Wu:
> Signed-off-by: Jingjing Wu <jingjing.wu@intel.com>
> ---
>  doc/guides/rel_notes/release_2_2.rst        |  6 ++++++
>  doc/guides/testpmd_app_ug/testpmd_funcs.rst | 12 +++++++-----

These changes would be easier to understand if they were in the context
of the code changes. I suggest to update docs in the same patch as code change.