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

2017-07-10 Thread Jerin Jacob
-Original Message- > Date: Thu, 6 Jul 2017 19:42:52 +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 v2] ether: add support for v

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

2017-07-06 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