ethdev: make offload name API non-experimental
[dpdk.git] / lib / librte_ethdev / rte_ethdev_version.map
index 472658f..3560c28 100644 (file)
@@ -8,14 +8,12 @@ DPDK_2.2 {
        rte_eth_allmulticast_get;
        rte_eth_dev_allocate;
        rte_eth_dev_allocated;
-       rte_eth_dev_attach;
        rte_eth_dev_callback_register;
        rte_eth_dev_callback_unregister;
        rte_eth_dev_close;
        rte_eth_dev_configure;
        rte_eth_dev_count;
        rte_eth_dev_default_mac_addr_set;
-       rte_eth_dev_detach;
        rte_eth_dev_filter_supported;
        rte_eth_dev_flow_ctrl_get;
        rte_eth_dev_flow_ctrl_set;
@@ -148,6 +146,7 @@ DPDK_17.08 {
        _rte_eth_dev_callback_process;
        rte_eth_dev_adjust_nb_rx_tx_desc;
        rte_tm_capabilities_get;
+       rte_tm_get_number_of_leaf_nodes;
        rte_tm_hierarchy_commit;
        rte_tm_level_capabilities_get;
        rte_tm_mark_ip_dscp;
@@ -199,6 +198,7 @@ DPDK_18.05 {
        global:
 
        rte_eth_dev_count_avail;
+       rte_eth_dev_probing_finish;
        rte_eth_find_next_owned_by;
        rte_flow_copy;
        rte_flow_create;
@@ -211,6 +211,21 @@ DPDK_18.05 {
 
 } DPDK_18.02;
 
+DPDK_18.08 {
+       global:
+
+       rte_eth_dev_logtype;
+
+} DPDK_18.05;
+
+DPDK_18.11 {
+       global:
+
+       rte_eth_dev_rx_offload_name;
+       rte_eth_dev_tx_offload_name;
+
+} DPDK_18.08;
+
 EXPERIMENTAL {
        global:
 
@@ -226,10 +241,14 @@ EXPERIMENTAL {
        rte_eth_dev_owner_new;
        rte_eth_dev_owner_set;
        rte_eth_dev_owner_unset;
-       rte_eth_dev_rx_offload_name;
-       rte_eth_dev_tx_offload_name;
+       rte_eth_dev_rx_intr_ctl_q_get_fd;
+       rte_eth_iterator_cleanup;
+       rte_eth_iterator_init;
+       rte_eth_iterator_next;
        rte_eth_switch_domain_alloc;
        rte_eth_switch_domain_free;
+       rte_flow_conv;
+       rte_flow_expand_rss;
        rte_mtr_capabilities_get;
        rte_mtr_create;
        rte_mtr_destroy;