ethdev: remove detachable device flag
[dpdk.git] / lib / librte_ether / rte_ethdev.h
index 67ecc6a..3d9a8aa 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 */