]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_ethdev/rte_ethdev_driver.h
app/eventdev: switch sequence number to dynamic mbuf field
[dpdk.git] / lib / librte_ethdev / rte_ethdev_driver.h
index 23a14540d21cf36a97be325c129d0539d35bf973..c63b9f7eb71b3c5dbf2b79888828c1bc2cf43f28 100644 (file)
@@ -36,7 +36,7 @@ typedef int  (*eth_dev_configure_t)(struct rte_eth_dev *dev);
 typedef int  (*eth_dev_start_t)(struct rte_eth_dev *dev);
 /**< @internal Function used to start a configured Ethernet device. */
 
-typedef void (*eth_dev_stop_t)(struct rte_eth_dev *dev);
+typedef int (*eth_dev_stop_t)(struct rte_eth_dev *dev);
 /**< @internal Function used to stop a configured Ethernet device. */
 
 typedef int  (*eth_dev_set_link_up_t)(struct rte_eth_dev *dev);