ethdev: remove unnecessary null check
[dpdk.git] / lib / sched / version.map
index ace284b..d22c07f 100644 (file)
@@ -1,4 +1,4 @@
-DPDK_21 {
+DPDK_22 {
        global:
 
        rte_approx;
@@ -19,6 +19,7 @@ DPDK_21 {
        rte_sched_port_pkt_write;
        rte_sched_queue_read_stats;
        rte_sched_subport_config;
+       rte_sched_subport_pipe_profile_add;
        rte_sched_subport_read_stats;
 
        local: *;
@@ -27,7 +28,10 @@ DPDK_21 {
 EXPERIMENTAL {
        global:
 
-       rte_sched_subport_pipe_profile_add;
        # added in 20.11
        rte_sched_port_subport_profile_add;
+
+       # added in 21.11
+       rte_pie_rt_data_init;
+       rte_pie_config_init;
 };