numam-dpdk/lib/librte_sched/rte_sched_version.map
Neil Horman 9d41beed24 lib: provide initial versioning
Add linker version script files to each DPDK library to put a stake in the
ground from which we can start cleaning up API's

Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
Acked-by: Sergio Gonzalez Monroy <sergio.gonzalez.monroy@intel.com>
2015-02-03 16:56:58 +01:00

23 lines
428 B
Plaintext

DPDK_2.0 {
global:
rte_approx;
rte_red_config_init;
rte_red_log2_1_minus_Wq;
rte_red_pow2_frac_inv;
rte_red_rand_seed;
rte_red_rand_val;
rte_red_rt_data_init;
rte_sched_pipe_config;
rte_sched_port_config;
rte_sched_port_dequeue;
rte_sched_port_enqueue;
rte_sched_port_free;
rte_sched_port_get_memory_footprint;
rte_sched_queue_read_stats;
rte_sched_subport_config;
rte_sched_subport_read_stats;
local: *;
};