ethdev: promote API to get interrupt FD per queue
authorXiaoyun Li <xiaoyun.li@intel.com>
Wed, 1 Sep 2021 01:50:54 +0000 (09:50 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 14 Sep 2021 16:18:06 +0000 (18:18 +0200)
Remove the experimental tag for rte_eth_dev_rx_intr_ctl_q_get_fd API
that was introduced in 18.11 and have been around for 11 releases.

Signed-off-by: Xiaoyun Li <xiaoyun.li@intel.com>
Acked-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Ray Kinsella <mdr@ashroe.eu>
Acked-by: David Marchand <david.marchand@redhat.com>
lib/ethdev/rte_ethdev.h
lib/ethdev/version.map

index d2b27c3..2ccd651 100644 (file)
@@ -3647,9 +3647,6 @@ int rte_eth_dev_rx_intr_ctl_q(uint16_t port_id, uint16_t queue_id,
                              int epfd, int op, void *data);
 
 /**
- * @warning
- * @b EXPERIMENTAL: this API may change without prior notice.
- *
  * Get interrupt fd per Rx queue.
  *
  * @param port_id
@@ -3663,7 +3660,6 @@ int rte_eth_dev_rx_intr_ctl_q(uint16_t port_id, uint16_t queue_id,
  *           successful.
  *   - (-1) on error.
  */
-__rte_experimental
 int
 rte_eth_dev_rx_intr_ctl_q_get_fd(uint16_t port_id, uint16_t queue_id);
 
index 3eece75..a0fc482 100644 (file)
@@ -42,6 +42,7 @@ DPDK_22 {
        rte_eth_dev_rss_reta_update;
        rte_eth_dev_rx_intr_ctl;
        rte_eth_dev_rx_intr_ctl_q;
+       rte_eth_dev_rx_intr_ctl_q_get_fd;
        rte_eth_dev_rx_intr_disable;
        rte_eth_dev_rx_intr_enable;
        rte_eth_dev_rx_offload_name;
@@ -154,7 +155,6 @@ EXPERIMENTAL {
        rte_eth_dev_get_module_info;
 
        # added in 18.11
-       rte_eth_dev_rx_intr_ctl_q_get_fd;
        rte_flow_conv;
 
        # added in 19.05