pci: separate detaching ethernet ports from PCI devices
[dpdk.git] / doc / guides / prog_guide / port_hotplug_framework.rst
index 6e4436e..8c49319 100644 (file)
@@ -106,5 +106,5 @@ Limitations
 
 *       Not all PMDs support detaching feature.
         To know whether a PMD can support detaching, search for the
-        "RTE_PCI_DRV_DETACHABLE" flag in PMD implementation. If the flag is
+        "RTE_ETH_DEV_DETACHABLE" flag in rte_eth_dev::data::dev_flags. If the flag is
         defined in the PMD, detaching is supported.