85ff364f3b
Merge all versions in linker version script files to DPDK_20.0. This commit was generated by running the following command: :~/DPDK$ buildtools/update-abi.sh 20.0 Signed-off-by: Pawel Modrak <pawelx.modrak@intel.com> Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com> Acked-by: Bruce Richardson <bruce.richardson@intel.com> Acked-by: Thomas Monjalon <thomas@monjalon.net>
22 lines
374 B
Plaintext
22 lines
374 B
Plaintext
DPDK_20.0 {
|
|
global:
|
|
|
|
rte_security_attach_session;
|
|
rte_security_capabilities_get;
|
|
rte_security_capability_get;
|
|
rte_security_session_create;
|
|
rte_security_session_destroy;
|
|
rte_security_session_get_size;
|
|
rte_security_set_pkt_metadata;
|
|
|
|
local: *;
|
|
};
|
|
|
|
EXPERIMENTAL {
|
|
global:
|
|
|
|
rte_security_get_userdata;
|
|
rte_security_session_stats_get;
|
|
rte_security_session_update;
|
|
};
|