]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_ethdev/rte_ethdev_driver.h
lpm: remove recursively included header file
[dpdk.git] / lib / librte_ethdev / rte_ethdev_driver.h
index 66274be7a247a10701e10241908efcd06c8803b1..c2ac263283c810007dd09231a74648e42ffc9247 100644 (file)
@@ -74,20 +74,6 @@ struct rte_eth_dev *rte_eth_dev_attach_secondary(const char *name);
  */
 int rte_eth_dev_release_port(struct rte_eth_dev *eth_dev);
 
-/**
- * @internal
- * Release the specified ethdev port in the local process.
- * Only set ethdev state to unused, but not reset shared data since
- * it assume other processes is still using it. typically it is
- * called by a secondary process.
- *
- * @param eth_dev
- * Device to be detached.
- * @return
- *   - 0 on success, negative on error
- */
-int rte_eth_dev_release_port_secondary(struct rte_eth_dev *eth_dev);
-
 /**
  * @internal
  * Release device queues and clear its configuration to force the user