Re: [dpdk-dev] [PATCH v4] ethdev: fix for compiler warning when vtune profiling is on

2020-04-03 Thread Ferruh Yigit
On 4/2/2020 7:45 PM, eugeny.parshu...@linux.intel.com wrote: > From: Eugeny Parshutin > > Add the previous prototype for the 'profile_hook_rx_burst_cb' function > to fix the compiler warning when the DPDK is built with > 'RTE_ETHDEV_PROFILE_WITH_VTUNE' config option enabled: > /home/dpdk/lib/libr

[dpdk-dev] [PATCH v4] ethdev: fix for compiler warning when vtune profiling is on

2020-04-02 Thread eugeny . parshutin
From: Eugeny Parshutin Add the previous prototype for the 'profile_hook_rx_burst_cb' function to fix the compiler warning when the DPDK is built with 'RTE_ETHDEV_PROFILE_WITH_VTUNE' config option enabled: /home/dpdk/lib/librte_ethdev/ethdev_profile.c:17:1: warning: no previous prototype for profi