X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_ethdev%2Frte_ethdev.c;h=85ab5f0df7bef4de48e6840b5de2a8ae7623ebef;hb=2ed50762bd8aa38913cb541f58fdfb2a9b157615;hp=4c6725f69fa39b4f41ee60aea06f2d8501c6dd39;hpb=c86d9b355f376a8600a21d247d159e864a301053;p=dpdk.git diff --git a/lib/librte_ethdev/rte_ethdev.c b/lib/librte_ethdev/rte_ethdev.c index 4c6725f69f..85ab5f0df7 100644 --- a/lib/librte_ethdev/rte_ethdev.c +++ b/lib/librte_ethdev/rte_ethdev.c @@ -772,12 +772,6 @@ rte_eth_dev_get_sec_ctx(uint16_t port_id) return rte_eth_devices[port_id].security_ctx; } -uint16_t -rte_eth_dev_count(void) -{ - return rte_eth_dev_count_avail(); -} - uint16_t rte_eth_dev_count_avail(void) {