]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_ether/rte_ethdev.h
ethdev: remove detachable device flag
[dpdk.git] / lib / librte_ether / rte_ethdev.h
index 67ecc6a33616953f7762a0b1228a12d229a8a224..3d9a8aa173c172d2d6aab0a91d0c55157ea96202 100644 (file)
@@ -1814,8 +1814,6 @@ struct rte_eth_dev_data {
        /**< VLAN filter configuration. */
 };
 
-/** Device supports hotplug detach */
-#define RTE_ETH_DEV_DETACHABLE   0x0001
 /** Device supports link state interrupt */
 #define RTE_ETH_DEV_INTR_LSC     0x0002
 /** Device is a bonded slave */