X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_ether%2Frte_ethdev.h;h=ae6e18c4de69688c73ab765d0044bf7ec63b654d;hb=cb894d99eceb;hp=55fda95834e7a6a8b0ffc0ca1f82ffce4c2968a0;hpb=365b1b4bc6ccbb59df0fa2d6708e2b30d7cea282;p=dpdk.git diff --git a/lib/librte_ether/rte_ethdev.h b/lib/librte_ether/rte_ethdev.h index 55fda95834..ae6e18c4de 100644 --- a/lib/librte_ether/rte_ethdev.h +++ b/lib/librte_ether/rte_ethdev.h @@ -1615,6 +1615,7 @@ struct rte_eth_rxtx_callback { enum rte_eth_dev_state { RTE_ETH_DEV_UNUSED = 0, RTE_ETH_DEV_ATTACHED, + RTE_ETH_DEV_DEFERRED, }; /**