mempool: fix slow allocation of large mempools
[dpdk.git] / lib / librte_rcu / rte_rcu_version.map
1 EXPERIMENTAL {
2         global:
3
4         rte_rcu_log_type;
5         rte_rcu_qsbr_dump;
6         rte_rcu_qsbr_get_memsize;
7         rte_rcu_qsbr_init;
8         rte_rcu_qsbr_synchronize;
9         rte_rcu_qsbr_thread_register;
10         rte_rcu_qsbr_thread_unregister;
11
12         local: *;
13 };