[dpdk-dev] [PATCH] doc: add profile with vtune section to prog guide

2020-12-02 Thread eugeny . parshutin
From: Eugeny Parshutin Return back 'profiling with vtune' section to profiling programmers guide with updated instruction on how to enable vtune profiling with meson configuration option. Signed-off-by: Eugeny Parshutin --- doc/guides/prog_guide/profile_app.rst | 14

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

2020-04-06 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 pr

[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 pr

[dpdk-dev] [PATCH v3] 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 pr

[dpdk-dev] [PATCH v2] ethdev: fix for compiler warning when vtune profiling option is enabled

2020-04-01 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 pr

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

2020-04-01 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 pre