X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Fsched%2Fversion.map;h=d22c07fc9f08a0de4d0cf18abc6180c10f6b07d0;hb=8b8dd4451da45ce0419521d7e29fe246a5278251;hp=ace284b7def43cabba7556d8ed12fa5f6cc68b91;hpb=99a2dd955fba6e4cc23b77d590a033650ced9c45;p=dpdk.git diff --git a/lib/sched/version.map b/lib/sched/version.map index ace284b7de..d22c07fc9f 100644 --- a/lib/sched/version.map +++ b/lib/sched/version.map @@ -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; };