From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id 103BD6CB7 for ; Wed, 26 Oct 2016 22:07:17 +0200 (CEST) Received: by mail-wm0-f51.google.com with SMTP id e69so55394732wmg.0 for ; Wed, 26 Oct 2016 13:07:17 -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:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=/g/xU2OA5lVKig81WKpR37aJGzX44Avj3bmOviMn29M=; b=M3231pNDalmMAv/q8gIJT12xo8vnhf1ehhtgJnFio7dgMuacSqo0MW0InVQAdnKFas hJIwH/V2vtK0wRPXgJWr+AQrYAx6RojqLPtVKDQkTWvAIKqE1j+ELFQ9o7eem9LJllYW sRvEen8ytdiOQTy2fTbOEx2T8PxPKohhUDhPTVlMsSpE5WMtwBLPEeqXU8bg2ajbgL4B WQuIF2PBvL3iKZ+ZS62IjPF3nvXTz+T2Jk156AZ/jJftzI/2lUXr7IE434lxLDcU2kaa MKzlJtRpW4KS3XxG14SDbam/p9IAE2cT758ph6ihIkFCdLoeFYU2SDy+ltNkrjxd8bcv UegA== 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:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=/g/xU2OA5lVKig81WKpR37aJGzX44Avj3bmOviMn29M=; b=QnXljEACCNIW0F119PSESX042P5yYWrqcZO+Yhxae+dWHU9K8oABbIQmfmmCQU0htK Zfe86jq6Vmkbl8b+wMlWTAa7yh3Zmev2eTRr/STKe5sVUmVq8Lec7AYqhCBd1jbD1fTz sy+dK1xCp4NK9Vni11hWhzuAssNU//YHIU07j3Ya0kmygkQRwS6mhCNZGzl02JhgNaRD +YiouJ5UOmixIApY4Jz+x3AhN1qp8C32l+mMk//hSfwqLsEwWwAjjEkRrHW1eWzeBHXq SqxIKvHAY2dKaxVcYRYXzyDE9pfUfVugdq2SG172UHpMoeaixLGo5sLey6kLuCJo3tth VBBA== X-Gm-Message-State: ABUngvcjvx6g3tVjAQo9wx6H+d/bJWfXujGFFGnLK55HjpO0Y++MYbM8QXY1XLJvhHAD7VOO X-Received: by 10.194.80.194 with SMTP id t2mr3565736wjx.75.1477512436761; Wed, 26 Oct 2016 13:07:16 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id p3sm4385982wjr.31.2016.10.26.13.07.15 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 26 Oct 2016 13:07:16 -0700 (PDT) From: Thomas Monjalon To: Jerin Jacob , john.mcnamara@intel.com Date: Wed, 26 Oct 2016 22:07:15 +0200 Message-ID: <1695172.8HmTq10QNC@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1475657009-11139-1-git-send-email-jerin.jacob@caviumnetworks.com> References: <1475577630-14318-1-git-send-email-jerin.jacob@caviumnetworks.com> <1475657009-11139-1-git-send-email-jerin.jacob@caviumnetworks.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org, viktorin@rehivetech.com Subject: Re: [dpdk-dev] [PATCH v2] doc: arm64: document DPDK application profiling methods 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: Wed, 26 Oct 2016 20:07:17 -0000 2016-10-05 14:13, Jerin Jacob: > Signed-off-by: Jerin Jacob > --- > v2: > -Addressed ARM64 specific review comments(Suggested by Thomas) I feel more comments could be done, especially about formatting. You are adding a chapter Introduction without any other section of the same level. Some technical terms should be enclosed in backquotes. Please John, could you guide Jerin or provide an updated version? Thanks