2018-11-13 11:28:21 +00:00
|
|
|
DPDK_18.11 {
|
2017-10-25 15:07:23 +00:00
|
|
|
global:
|
|
|
|
|
|
|
|
rte_security_attach_session;
|
|
|
|
rte_security_capabilities_get;
|
|
|
|
rte_security_capability_get;
|
|
|
|
rte_security_session_create;
|
|
|
|
rte_security_session_destroy;
|
2018-01-18 15:41:41 +00:00
|
|
|
rte_security_session_get_size;
|
2017-10-25 15:07:23 +00:00
|
|
|
rte_security_set_pkt_metadata;
|
|
|
|
|
|
|
|
local: *;
|
|
|
|
};
|
2018-11-22 10:07:47 +00:00
|
|
|
|
|
|
|
EXPERIMENTAL {
|
|
|
|
global:
|
|
|
|
|
|
|
|
rte_security_get_userdata;
|
|
|
|
rte_security_session_stats_get;
|
|
|
|
rte_security_session_update;
|
|
|
|
};
|