4f86c0ba19
Start a new release cycle with empty release notes. The ABI version becomes 21.0. The ABI major is back to normal, having only one number (21 vs 20.0). The map files are updated to the new ABI major number (21). The ABI exceptions are dropped. Travis ABI check is disabled because compatibility is not preserved. Signed-off-by: Thomas Monjalon <thomas@monjalon.net> Acked-by: Ray Kinsella <mdr@ashroe.eu>
109 lines
3.2 KiB
Plaintext
109 lines
3.2 KiB
Plaintext
DPDK_21 {
|
|
global:
|
|
|
|
rte_crypto_aead_algorithm_strings;
|
|
rte_crypto_aead_operation_strings;
|
|
rte_crypto_auth_algorithm_strings;
|
|
rte_crypto_auth_operation_strings;
|
|
rte_crypto_cipher_algorithm_strings;
|
|
rte_crypto_cipher_operation_strings;
|
|
rte_crypto_op_pool_create;
|
|
rte_cryptodev_allocate_driver;
|
|
rte_cryptodev_callback_register;
|
|
rte_cryptodev_callback_unregister;
|
|
rte_cryptodev_close;
|
|
rte_cryptodev_configure;
|
|
rte_cryptodev_count;
|
|
rte_cryptodev_device_count_by_driver;
|
|
rte_cryptodev_devices_get;
|
|
rte_cryptodev_driver_id_get;
|
|
rte_cryptodev_driver_name_get;
|
|
rte_cryptodev_get_aead_algo_enum;
|
|
rte_cryptodev_get_auth_algo_enum;
|
|
rte_cryptodev_get_cipher_algo_enum;
|
|
rte_cryptodev_get_dev_id;
|
|
rte_cryptodev_get_feature_name;
|
|
rte_cryptodev_get_sec_ctx;
|
|
rte_cryptodev_info_get;
|
|
rte_cryptodev_name_get;
|
|
rte_cryptodev_pmd_allocate;
|
|
rte_cryptodev_pmd_callback_process;
|
|
rte_cryptodev_pmd_create;
|
|
rte_cryptodev_pmd_create_dev_name;
|
|
rte_cryptodev_pmd_destroy;
|
|
rte_cryptodev_pmd_get_dev;
|
|
rte_cryptodev_pmd_get_named_dev;
|
|
rte_cryptodev_pmd_is_valid_dev;
|
|
rte_cryptodev_pmd_parse_input_args;
|
|
rte_cryptodev_pmd_release_device;
|
|
rte_cryptodev_queue_pair_count;
|
|
rte_cryptodev_queue_pair_setup;
|
|
rte_cryptodev_socket_id;
|
|
rte_cryptodev_start;
|
|
rte_cryptodev_stats_get;
|
|
rte_cryptodev_stats_reset;
|
|
rte_cryptodev_stop;
|
|
rte_cryptodev_sym_capability_check_aead;
|
|
rte_cryptodev_sym_capability_check_auth;
|
|
rte_cryptodev_sym_capability_check_cipher;
|
|
rte_cryptodev_sym_capability_get;
|
|
rte_cryptodev_sym_get_header_session_size;
|
|
rte_cryptodev_sym_get_private_session_size;
|
|
rte_cryptodev_sym_session_clear;
|
|
rte_cryptodev_sym_session_create;
|
|
rte_cryptodev_sym_session_free;
|
|
rte_cryptodev_sym_session_init;
|
|
rte_cryptodevs;
|
|
|
|
local: *;
|
|
};
|
|
|
|
DPDK_20.0 {
|
|
global:
|
|
rte_cryptodev_info_get;
|
|
rte_cryptodev_sym_capability_get;
|
|
};
|
|
|
|
EXPERIMENTAL {
|
|
global:
|
|
|
|
rte_cryptodev_asym_capability_get;
|
|
rte_cryptodev_asym_get_header_session_size;
|
|
rte_cryptodev_asym_get_private_session_size;
|
|
rte_cryptodev_asym_get_xform_enum;
|
|
rte_cryptodev_asym_session_clear;
|
|
rte_cryptodev_asym_session_create;
|
|
rte_cryptodev_asym_session_free;
|
|
rte_cryptodev_asym_session_init;
|
|
rte_cryptodev_asym_xform_capability_check_modlen;
|
|
rte_cryptodev_asym_xform_capability_check_optype;
|
|
rte_cryptodev_sym_cpu_crypto_process;
|
|
rte_cryptodev_sym_get_existing_header_session_size;
|
|
rte_cryptodev_sym_session_get_user_data;
|
|
rte_cryptodev_sym_session_pool_create;
|
|
rte_cryptodev_sym_session_set_user_data;
|
|
rte_crypto_asym_op_strings;
|
|
rte_crypto_asym_xform_strings;
|
|
|
|
# added in 20.05
|
|
__rte_cryptodev_trace_configure;
|
|
__rte_cryptodev_trace_start;
|
|
__rte_cryptodev_trace_stop;
|
|
__rte_cryptodev_trace_close;
|
|
__rte_cryptodev_trace_queue_pair_setup;
|
|
__rte_cryptodev_trace_sym_session_pool_create;
|
|
__rte_cryptodev_trace_sym_session_create;
|
|
__rte_cryptodev_trace_asym_session_create;
|
|
__rte_cryptodev_trace_sym_session_free;
|
|
__rte_cryptodev_trace_asym_session_free;
|
|
__rte_cryptodev_trace_sym_session_init;
|
|
__rte_cryptodev_trace_asym_session_init;
|
|
__rte_cryptodev_trace_sym_session_clear;
|
|
__rte_cryptodev_trace_asym_session_clear;
|
|
__rte_cryptodev_trace_dequeue_burst;
|
|
__rte_cryptodev_trace_enqueue_burst;
|
|
|
|
# added in 20.08
|
|
rte_cryptodev_get_qp_status;
|
|
};
|