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>
59 lines
1.5 KiB
Plaintext
59 lines
1.5 KiB
Plaintext
DPDK_20.0 {
|
|
global:
|
|
|
|
rte_pipeline_ah_packet_drop;
|
|
rte_pipeline_ah_packet_hijack;
|
|
rte_pipeline_check;
|
|
rte_pipeline_create;
|
|
rte_pipeline_flush;
|
|
rte_pipeline_free;
|
|
rte_pipeline_port_in_connect_to_table;
|
|
rte_pipeline_port_in_create;
|
|
rte_pipeline_port_in_disable;
|
|
rte_pipeline_port_in_enable;
|
|
rte_pipeline_port_in_stats_read;
|
|
rte_pipeline_port_out_create;
|
|
rte_pipeline_port_out_packet_insert;
|
|
rte_pipeline_port_out_stats_read;
|
|
rte_pipeline_run;
|
|
rte_pipeline_table_create;
|
|
rte_pipeline_table_default_entry_add;
|
|
rte_pipeline_table_default_entry_delete;
|
|
rte_pipeline_table_entry_add;
|
|
rte_pipeline_table_entry_add_bulk;
|
|
rte_pipeline_table_entry_delete;
|
|
rte_pipeline_table_entry_delete_bulk;
|
|
rte_pipeline_table_stats_read;
|
|
|
|
local: *;
|
|
};
|
|
|
|
EXPERIMENTAL {
|
|
global:
|
|
|
|
rte_port_in_action_apply;
|
|
rte_port_in_action_create;
|
|
rte_port_in_action_free;
|
|
rte_port_in_action_params_get;
|
|
rte_port_in_action_profile_action_register;
|
|
rte_port_in_action_profile_create;
|
|
rte_port_in_action_profile_free;
|
|
rte_port_in_action_profile_freeze;
|
|
rte_table_action_apply;
|
|
rte_table_action_create;
|
|
rte_table_action_dscp_table_update;
|
|
rte_table_action_free;
|
|
rte_table_action_meter_profile_add;
|
|
rte_table_action_meter_profile_delete;
|
|
rte_table_action_meter_read;
|
|
rte_table_action_profile_action_register;
|
|
rte_table_action_profile_create;
|
|
rte_table_action_profile_free;
|
|
rte_table_action_profile_freeze;
|
|
rte_table_action_table_params_get;
|
|
rte_table_action_stats_read;
|
|
rte_table_action_time_read;
|
|
rte_table_action_ttl_read;
|
|
rte_table_action_crypto_sym_session_get;
|
|
};
|