numam-dpdk/lib/librte_sched/rte_sched_version.map
Jasvinder Singh 34a90f8665 sched: modify pipe functions for config flexibility
Modify pipe level functions to allow different subports of the same
port to have different configuration in terms of number of pipes,
pipe queue sizes, etc.

Signed-off-by: Jasvinder Singh <jasvinder.singh@intel.com>
Signed-off-by: Lukasz Krakowiak <lukaszx.krakowiak@intel.com>
2019-10-25 17:51:12 +02:00

38 lines
624 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;
EXPERIMENTAL {
global:
rte_sched_subport_pipe_profile_add;
};