68d25915d2
The API rte_security_get_userdata() was being unused by most of the drivers and it was retrieving userdata from mbuf dynamic field. Hence, the API was removed and the application can directly get the userdata from dynamic field. This helps in removing extra checks in datapath. Signed-off-by: Srujana Challa <schalla@marvell.com> Acked-by: Akhil Goyal <gakhil@marvell.com>
33 lines
605 B
Plaintext
33 lines
605 B
Plaintext
DPDK_23 {
|
|
global:
|
|
|
|
rte_security_capabilities_get;
|
|
rte_security_capability_get;
|
|
rte_security_session_create;
|
|
rte_security_session_destroy;
|
|
rte_security_session_get_size;
|
|
|
|
local: *;
|
|
};
|
|
|
|
EXPERIMENTAL {
|
|
global:
|
|
|
|
__rte_security_set_pkt_metadata;
|
|
rte_security_dynfield_offset;
|
|
rte_security_macsec_sa_create;
|
|
rte_security_macsec_sa_destroy;
|
|
rte_security_macsec_sa_stats_get;
|
|
rte_security_macsec_sc_create;
|
|
rte_security_macsec_sc_destroy;
|
|
rte_security_macsec_sc_stats_get;
|
|
rte_security_session_stats_get;
|
|
rte_security_session_update;
|
|
};
|
|
|
|
INTERNAL {
|
|
global:
|
|
|
|
rte_security_dynfield_register;
|
|
};
|