aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_ethdev/rte_ethdev.h
diff options
context:
space:
mode:
authorLuca Boccassi <luca.boccassi@gmail.com>2018-11-27 10:46:23 +0000
committerLuca Boccassi <luca.boccassi@gmail.com>2018-11-27 10:46:29 +0000
commit9a2c57201a7c6c1c14983cb8a8b5f92288f52d97 (patch)
tree83c5896c77226dc54a647cd70e13bd46f344cdf8 /lib/librte_ethdev/rte_ethdev.h
parentcc14a60f8943239ecc1316364ae024abd39e2632 (diff)
parenta4f0fa29488e582ab8b5ef9db475b3d26ded690c (diff)
Merge tag 'upstream/18.11' into 18.11.x
Upstream version 18.11 Change-Id: Id9cada796755fc46d8b3f4af056b0e80879c94f6 Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
Diffstat (limited to 'lib/librte_ethdev/rte_ethdev.h')
-rw-r--r--lib/librte_ethdev/rte_ethdev.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/librte_ethdev/rte_ethdev.h b/lib/librte_ethdev/rte_ethdev.h
index 8a92d91e..1960f3a2 100644
--- a/lib/librte_ethdev/rte_ethdev.h
+++ b/lib/librte_ethdev/rte_ethdev.h
@@ -1306,8 +1306,6 @@ enum rte_eth_dev_state {
RTE_ETH_DEV_UNUSED = 0,
/** Device is attached when allocated in probing. */
RTE_ETH_DEV_ATTACHED,
- /** The deferred state is useless and replaced by ownership. */
- RTE_ETH_DEV_DEFERRED,
/** Device is in removed state when plug-out is detected. */
RTE_ETH_DEV_REMOVED,
};