On 4/6/2020 7:27 PM, [email protected] wrote: > From: Eugeny Parshutin <[email protected]> > > 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 profile_hook_rx_burst_cb [-Wmissing-prototypes] > > Fixes: 2c1bbab7f09d ("ethdev: change vtune profiling approach") > Cc: [email protected] > > Signed-off-by: Eugeny Parshutin <[email protected]>
Reviewed-by: Ferruh Yigit <[email protected]> Applied to dpdk-next-net/master, thanks.

