Use tab rather than space. Signed-off-by: Huawei Xie <huawei.xie@intel.com> Acked-by: Olivier Matz <olivier.matz@6wind.com>
22 lines
266 B
Plaintext
22 lines
266 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;
|
|
|
|
local: *;
|
|
} DPDK_2.0;
|