Re: [dpdk-dev] [PATCH v5] ether: add support for vtune task tracing

2017-09-22 Thread Thomas Monjalon
24/07/2017 11:27, Jerin Jacob: > Documentation changes could move to different patch for better review. Sorry for late reply, I think it is better to have doc with code in the same patch. I will merge them when applying.

Re: [dpdk-dev] [PATCH v5] ether: add support for vtune task tracing

2017-07-24 Thread Kurakin, Ilia
Hi Jerin, Thank you for your comments. > -Original Message- > From: Jerin Jacob [mailto:jerin.ja...@caviumnetworks.com] > Sent: Monday, July 24, 2017 12:28 PM > To: Kurakin, Ilia > Cc: dev@dpdk.org; Ananyev, Konstantin ; > Wiles, Keith ; Galanov, Dmitry > > Subject: Re: [PATCH v5] ether

Re: [dpdk-dev] [PATCH v5] ether: add support for vtune task tracing

2017-07-24 Thread Jerin Jacob
-Original Message- > Date: Wed, 19 Jul 2017 11:54:45 +0300 > From: ilia.kura...@intel.com > To: dev@dpdk.org > CC: jerin.ja...@caviumnetworks.com, konstantin.anan...@intel.com, > keith.wi...@intel.com, dmitry.gala...@intel.com, Ilia Kurakin > > Subject: [PATCH v5] ether: add support for

[dpdk-dev] [PATCH v5] ether: add support for vtune task tracing

2017-07-19 Thread ilia . kurakin
From: Ilia Kurakin The patch adds tracing of loop iterations that yielded no packets in a DPDK application. It is using ITT task API: https://software.intel.com/en-us/node/544206 We suppose the flow of using this tracing would assume the user has ITT lib and header on machine and re-build DP