]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_ethdev/rte_ethdev_driver.h
ethdev: fix port visibility before initialization
[dpdk.git] / lib / librte_ethdev / rte_ethdev_driver.h
index 3821f0b1dbe872ea0dadcb15666144a0367b6cc6..3640dff68e6e3aacdd65484d6bf931daa183558c 100644 (file)
@@ -106,6 +106,8 @@ int _rte_eth_dev_callback_process(struct rte_eth_dev *dev,
  * This is the last step of device probing.
  * It must be called after a port is allocated and initialized successfully.
  *
+ * The state is set as RTE_ETH_DEV_ATTACHED.
+ *
  * @param dev
  *  New ethdev port.
  */