1d91efb9cb
The new version nodes inherit from the previous ones which already include a default catch-all line for not exported symbols. Reported-by: Helin Zhang <helin.zhang@intel.com> Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
21 lines
255 B
Plaintext
21 lines
255 B
Plaintext
DPDK_2.0 {
|
|
global:
|
|
|
|
rte_ctrlmbuf_init;
|
|
rte_get_rx_ol_flag_name;
|
|
rte_get_tx_ol_flag_name;
|
|
rte_mbuf_sanity_check;
|
|
rte_pktmbuf_dump;
|
|
rte_pktmbuf_init;
|
|
rte_pktmbuf_pool_init;
|
|
|
|
local: *;
|
|
};
|
|
|
|
DPDK_2.1 {
|
|
global:
|
|
|
|
rte_pktmbuf_pool_create;
|
|
|
|
} DPDK_2.0;
|