According to ABI policy, the internal functions should have the new tag __rte_internal and linked into INTERNAL sessions. Signed-off-by: Haiyue Wang <haiyue.wang@intel.com> Acked-by: Beilei Xing <beilei.xing@intel.com> Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
13 lines
174 B
Plaintext
13 lines
174 B
Plaintext
INTERNAL {
|
|
global:
|
|
|
|
iavf_aq_send_msg_to_pf;
|
|
iavf_clean_arq_element;
|
|
iavf_init_adminq;
|
|
iavf_set_mac_type;
|
|
iavf_shutdown_adminq;
|
|
iavf_vf_parse_hw_config;
|
|
|
|
local: *;
|
|
};
|