]> git.proxmox.com Git - ceph.git/blame - ceph/src/spdk/dpdk/drivers/bus/dpaa/rte_bus_dpaa_version.map
import 15.2.0 Octopus source
[ceph.git] / ceph / src / spdk / dpdk / drivers / bus / dpaa / rte_bus_dpaa_version.map
CommitLineData
11fdf7f2
TL
1DPDK_17.11 {
2 global:
3
4 bman_acquire;
5 bman_free_pool;
6 bman_get_params;
7 bman_global_init;
8 bman_new_pool;
9 bman_query_free_buffers;
10 bman_release;
11 dpaa_logtype_mempool;
12 dpaa_logtype_pmd;
13 dpaa_netcfg;
14 fman_ccsr_map_fd;
15 fman_dealloc_bufs_mask_hi;
16 fman_dealloc_bufs_mask_lo;
17 fman_if_add_mac_addr;
18 fman_if_clear_mac_addr;
19 fman_if_disable_rx;
20 fman_if_enable_rx;
21 fman_if_discard_rx_errors;
22 fman_if_get_fc_threshold;
23 fman_if_get_fc_quanta;
24 fman_if_get_fdoff;
25 fman_if_loopback_disable;
26 fman_if_loopback_enable;
27 fman_if_promiscuous_disable;
28 fman_if_promiscuous_enable;
29 fman_if_reset_mcast_filter_table;
30 fman_if_set_bp;
31 fman_if_set_fc_threshold;
32 fman_if_set_fc_quanta;
33 fman_if_set_fdoff;
34 fman_if_set_ic_params;
35 fman_if_set_maxfrm;
36 fman_if_set_mcast_filter_table;
37 fman_if_stats_get;
38 fman_if_stats_get_all;
39 fman_if_stats_reset;
40 fman_ip_rev;
41 netcfg_acquire;
42 netcfg_release;
43 of_find_compatible_node;
44 of_get_property;
45 qm_channel_caam;
46 qman_create_fq;
47 qman_dequeue;
48 qman_dqrr_consume;
49 qman_enqueue;
50 qman_enqueue_multi;
51 qman_fq_fqid;
52 qman_fq_state;
53 qman_global_init;
54 qman_init_fq;
55 qman_poll_dqrr;
56 qman_query_fq_np;
57 qman_set_vdq;
58 qman_reserve_fqid_range;
59 qman_volatile_dequeue;
60 rte_dpaa_driver_register;
61 rte_dpaa_driver_unregister;
62 rte_dpaa_mem_ptov;
63 rte_dpaa_portal_init;
64
65 local: *;
66};
67
68DPDK_18.02 {
69 global:
70
71 dpaa_logtype_eventdev;
72 dpaa_svr_family;
73 per_lcore_dpaa_io;
74 per_lcore_held_bufs;
75 qm_channel_pool1;
76 qman_alloc_cgrid_range;
77 qman_alloc_pool_range;
78 qman_create_cgr;
79 qman_dca_index;
80 qman_delete_cgr;
81 qman_enqueue_multi_fq;
82 qman_modify_cgr;
83 qman_oos_fq;
84 qman_portal_dequeue;
85 qman_portal_poll_rx;
86 qman_query_fq_frm_cnt;
87 qman_release_cgrid_range;
88 qman_retire_fq;
89 qman_static_dequeue_add;
90 rte_dpaa_portal_fq_close;
91 rte_dpaa_portal_fq_init;
92
93 local: *;
94} DPDK_17.11;
95
96DPDK_18.08 {
97 global:
11fdf7f2
TL
98 fman_if_get_sg_enable;
99 fman_if_set_sg;
100 of_get_mac_address;
101
102 local: *;
103} DPDK_18.02;
9f95a23c
TL
104
105DPDK_18.11 {
106 global:
107 bman_thread_irq;
108 fman_if_get_sg_enable;
109 fman_if_set_sg;
110 qman_clear_irq;
111
112 qman_irqsource_add;
113 qman_irqsource_remove;
114 qman_thread_fd;
115 qman_thread_irq;
116
117 local: *;
118} DPDK_18.08;
119
120DPDK_19.05 {
121 global:
122 qman_set_fq_lookup_table;
123
124 local: *;
125} DPDK_18.11;