numam-dpdk/lib/librte_sched/rte_sched_version.map
Stephen Hemminger 320d0b6ea0 sched: hide structure of port hierarchy
Right now the scheduler hierarchy is encoded as a bitfield
that is visible as part of the ABI. This creates an barrier
limiting future expansion of the hierarchy.

As a transistional step. hide the actual layout of the hierarchy
and mark the exposed structure as deprecated. This will allow for
expansion in later release.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
2015-07-17 00:35:49 +02:00

32 lines
558 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: *;
};
DPDK_2.1 {
global:
rte_sched_port_pkt_write;
rte_sched_port_pkt_read_tree_path;
rte_sched_port_pkt_read_color;
} DPDK_2.0;