examples/fips_validation: fix buffer overflow
[dpdk.git] / lib / librte_ethdev / ethdev_profile.h
index 65031e6..e5ee4df 100644 (file)
 int
 __rte_eth_dev_profile_init(uint16_t port_id, struct rte_eth_dev *dev);
 
+#ifdef RTE_ETHDEV_PROFILE_WITH_VTUNE
+
+uint16_t
+profile_hook_rx_burst_cb(uint16_t port_id, uint16_t queue_id,
+       struct rte_mbuf *pkts[], uint16_t nb_pkts,
+       uint16_t max_pkts, void *user_param);
+
+#endif /* RTE_ETHDEV_PROFILE_WITH_VTUNE */
+
 #endif