X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_ethdev%2Fethdev_profile.h;h=e5ee4df824e903ed3cf8ded5c82f23bc036f34a5;hb=cb440babbd45a80c059f8bc80e87c48d09086fd7;hp=65031e6f3f7d2bae06092ece9818b3c6b3de61dc;hpb=2c1bbab7f09d42210ad4c9e120c159c3bf038c8f;p=dpdk.git diff --git a/lib/librte_ethdev/ethdev_profile.h b/lib/librte_ethdev/ethdev_profile.h index 65031e6f3f..e5ee4df824 100644 --- a/lib/librte_ethdev/ethdev_profile.h +++ b/lib/librte_ethdev/ethdev_profile.h @@ -24,4 +24,13 @@ 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