]> git.droids-corp.org - dpdk.git/blobdiff - lib/ethdev/rte_ethdev.h
ethdev: promote burst mode API
[dpdk.git] / lib / ethdev / rte_ethdev.h
index 29258455178e35451342ca5ece6b227a2f55a938..413f69d22d56880de4fa12dec58dcf342afee9f6 100644 (file)
@@ -4353,7 +4353,6 @@ int rte_eth_tx_queue_info_get(uint16_t port_id, uint16_t queue_id,
  *   - -ENOTSUP: routine is not supported by the device PMD.
  *   - -EINVAL:  The queue_id is out of range.
  */
-__rte_experimental
 int rte_eth_rx_burst_mode_get(uint16_t port_id, uint16_t queue_id,
        struct rte_eth_burst_mode *mode);
 
@@ -4375,7 +4374,6 @@ int rte_eth_rx_burst_mode_get(uint16_t port_id, uint16_t queue_id,
  *   - -ENOTSUP: routine is not supported by the device PMD.
  *   - -EINVAL:  The queue_id is out of range.
  */
-__rte_experimental
 int rte_eth_tx_burst_mode_get(uint16_t port_id, uint16_t queue_id,
        struct rte_eth_burst_mode *mode);