]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_ether/rte_ethdev.c
ethdev: remove experimental flag of ports enumeration
[dpdk.git] / lib / librte_ether / rte_ethdev.c
index a4b7e2fd8962b8c1c1b836dfca99a89d3f0e51cd..51a2082447ec16c899ced98d48731a56ccc544ef 100644 (file)
@@ -381,7 +381,7 @@ rte_eth_is_valid_owner_id(uint64_t owner_id)
        return 1;
 }
 
-uint64_t __rte_experimental
+uint64_t
 rte_eth_find_next_owned_by(uint16_t port_id, const uint64_t owner_id)
 {
        while (port_id < RTE_MAX_ETHPORTS &&
@@ -552,7 +552,7 @@ rte_eth_dev_count_avail(void)
        return count;
 }
 
-uint16_t
+uint16_t __rte_experimental
 rte_eth_dev_count_total(void)
 {
        uint16_t port, count = 0;