From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 46774A0471 for ; Thu, 20 Jun 2019 17:15:12 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9A8351D404; Thu, 20 Jun 2019 17:15:11 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id C05F51D3FD for ; Thu, 20 Jun 2019 17:15:09 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Jun 2019 08:15:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,397,1557212400"; d="scan'208";a="243660037" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by orsmga001.jf.intel.com with ESMTP; 20 Jun 2019 08:15:07 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.46]) by IRSMSX107.ger.corp.intel.com ([169.254.10.205]) with mapi id 14.03.0439.000; Thu, 20 Jun 2019 16:15:07 +0100 From: "Iremonger, Bernard" To: Slava Ovsiienko , "dev@dpdk.org" CC: "Yigit, Ferruh" Thread-Topic: [dpdk-dev] [RFC] app/testpmd: add profiling for Rx/Tx burst routines Thread-Index: AQHVFE+3R/jkWgM/vEqCO09DYNAzzaaQaZjQgAPqFYCAEHf6oA== Date: Thu, 20 Jun 2019 15:15:05 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C260DBA635@IRSMSX108.ger.corp.intel.com> References: <1558936043-6259-1-git-send-email-viacheslavo@mellanox.com> <8CEF83825BEC744B83065625E567D7C260DAD4FD@IRSMSX108.ger.corp.intel.com> In-Reply-To: Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMDlmYTNlODMtNTg5Mi00MTczLTg4NWUtNTEzMzMyYjdjYWM5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoid3dBSE5cL29BMHVHMmdybmpLeEFRVWg5cmVkNWUxOFEzQzVBb2R2cnJFSjE0dDArYzBVSlhCb0tRa2JFbWdzZGIifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [RFC] app/testpmd: add profiling for Rx/Tx burst routines X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi Slava, > -----Original Message----- > From: Slava Ovsiienko [mailto:viacheslavo@mellanox.com] > Sent: Monday, June 10, 2019 5:40 AM > To: Iremonger, Bernard ; dev@dpdk.org > Cc: Yigit, Ferruh > Subject: RE: [dpdk-dev] [RFC] app/testpmd: add profiling for Rx/Tx burst > routines >=20 > > > static void > > > diff --git a/config/common_base b/config/common_base index > > > 6b96e0e..6e84af4 100644 > > > --- a/config/common_base > > > +++ b/config/common_base > > > @@ -998,6 +998,8 @@ CONFIG_RTE_PROC_INFO=3Dn # > > CONFIG_RTE_TEST_PMD=3Dy > > > CONFIG_RTE_TEST_PMD_RECORD_CORE_CYCLES=3Dn > > > +CONFIG_RTE_TEST_PMD_RECORD_CORE_RX_CYCLES=3Dn > > > +CONFIG_RTE_TEST_PMD_RECORD_CORE_TX_CYCLES=3Dn > > > CONFIG_RTE_TEST_PMD_RECORD_BURST_STATS=3Dn > > > > Should the RECORD macros be documented in the run_app.rst file ? You missed the above comment in your reply. There seems to be no documentation on the RECORD macros at present, there p= robably should be some. Regards, Bernard.