net/octeontx2: restructure TM helper functions
[dpdk.git] / drivers / common / cpt / rte_common_cpt_version.map
1 DPDK_20.0 {
2         global:
3
4         cpt_pmd_ops_helper_asym_get_mlen;
5         cpt_pmd_ops_helper_get_mlen_direct_mode;
6         cpt_pmd_ops_helper_get_mlen_sg_mode;
7
8         local: *;
9 };
10
11 EXPERIMENTAL {
12         global:
13
14         cpt_fpm_clear;
15         cpt_fpm_init;
16
17         local: *;
18 };