From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 5EDB42C49 for ; Fri, 4 Nov 2016 15:01:13 +0100 (CET) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga101.fm.intel.com with ESMTP; 04 Nov 2016 07:01:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,443,1473145200"; d="scan'208";a="27404678" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by fmsmga006.fm.intel.com with ESMTP; 04 Nov 2016 07:01:00 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.190]) by irsmsx110.ger.corp.intel.com ([163.33.3.25]) with mapi id 14.03.0248.002; Fri, 4 Nov 2016 14:00:59 +0000 From: "Mcnamara, John" To: Jerin Jacob , "dev@dpdk.org" CC: "thomas.monjalon@6wind.com" , "jianbo.liu@linaro.org" , "viktorin@rehivetech.com" Thread-Topic: [dpdk-dev] [PATCH v2] doc: arm64: document DPDK application profiling methods Thread-Index: AQHSHuSweMEnxWriVUus3d5hkrHw0qDJCTcQ Date: Fri, 4 Nov 2016 14:00:59 +0000 Message-ID: References: <1475577630-14318-1-git-send-email-jerin.jacob@caviumnetworks.com> <1475657009-11139-1-git-send-email-jerin.jacob@caviumnetworks.com> In-Reply-To: <1475657009-11139-1-git-send-email-jerin.jacob@caviumnetworks.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNWY4YTkwYzktZjRjNi00ZDE0LTk1ZDItYWRlZGU5MTQ5MTNhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlwvY0pNWDQ3ZjRTR3pkdE83UTI3SEE1d0VPXC9VNHZRaDVLbDV2aXNuRFlORT0ifQ== x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: Fri, 04 Nov 2016 14:01:13 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Jerin Jacob > Sent: Wednesday, October 5, 2016 9:43 AM > To: dev@dpdk.org > Cc: thomas.monjalon@6wind.com; jianbo.liu@linaro.org; > viktorin@rehivetech.com; Jerin Jacob > Subject: [dpdk-dev] [PATCH v2] doc: arm64: document DPDK application > profiling methods >=20 Hi Jerin, Thanks for this. It is probably something that should be extended from the Intel side as well. ... > Profile Your Application > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 > +Introduction > +------------ > + > +The following sections describe the methods to profile DPDK > +applications on different architectures. You could probably just skip the introduction heading and put this text under the main heading. As Thomas pointed out there are a few other RST formatting issues as well. I'll forward some suggested changes. John