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