Re: [dpdk-dev] [PATCH v2] ethdev: change vtune profiling approach

2018-08-23 Thread Ferruh Yigit
On 8/22/2018 6:13 PM, Ferruh Yigit wrote: > On 7/24/2018 2:17 PM, Wiles, Keith wrote: >> >> >>> On Jul 19, 2018, at 7:21 AM, ilia.kura...@intel.com wrote: >>> >>> From: Ilia Kurakin >>> >>> The patch changes rx_burst profiling approach: >>> 1. VTune's instrumentation is removed >>> 2. empt

Re: [dpdk-dev] [PATCH v2] ethdev: change vtune profiling approach

2018-08-22 Thread Ferruh Yigit
On 7/24/2018 2:17 PM, Wiles, Keith wrote: > > >> On Jul 19, 2018, at 7:21 AM, ilia.kura...@intel.com wrote: >> >> From: Ilia Kurakin >> >> The patch changes rx_burst profiling approach: >> 1. VTune's instrumentation is removed >> 2. empty hook callback for profiling is added >> This wa

Re: [dpdk-dev] [PATCH v2] ethdev: change vtune profiling approach

2018-07-24 Thread Wiles, Keith
> On Jul 19, 2018, at 7:21 AM, ilia.kura...@intel.com wrote: > > From: Ilia Kurakin > > The patch changes rx_burst profiling approach: > 1. VTune's instrumentation is removed > 2. empty hook callback for profiling is added > This way all VTune-specific logic moves to the VTune sid

[dpdk-dev] [PATCH v2] ethdev: change vtune profiling approach

2018-07-19 Thread ilia . kurakin
From: Ilia Kurakin The patch changes rx_burst profiling approach: 1. VTune's instrumentation is removed 2. empty hook callback for profiling is added This way all VTune-specific logic moves to the VTune side. Hook is enabled only when CONFIG_RTE_ETHDEV_PROFILE_WITH_VTUNE option is