mbuf: extend meaning of QinQ stripped bit
[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         rte_rcu_qsbr_dq_create;
12         rte_rcu_qsbr_dq_enqueue;
13         rte_rcu_qsbr_dq_reclaim;
14         rte_rcu_qsbr_dq_delete;
15
16         local: *;
17 };