2020-08-10 15:10:20 +00:00
|
|
|
DPDK_21 {
|
2015-02-02 17:40:20 +00:00
|
|
|
global:
|
|
|
|
|
2019-11-20 17:23:38 +00:00
|
|
|
rte_pipeline_ah_packet_drop;
|
|
|
|
rte_pipeline_ah_packet_hijack;
|
2015-02-02 17:40:20 +00:00
|
|
|
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;
|
2019-11-20 17:23:38 +00:00
|
|
|
rte_pipeline_port_in_stats_read;
|
2015-02-02 17:40:20 +00:00
|
|
|
rte_pipeline_port_out_create;
|
|
|
|
rte_pipeline_port_out_packet_insert;
|
2019-11-20 17:23:38 +00:00
|
|
|
rte_pipeline_port_out_stats_read;
|
2015-02-02 17:40:20 +00:00
|
|
|
rte_pipeline_run;
|
|
|
|
rte_pipeline_table_create;
|
|
|
|
rte_pipeline_table_default_entry_add;
|
|
|
|
rte_pipeline_table_default_entry_delete;
|
|
|
|
rte_pipeline_table_entry_add;
|
2019-11-20 17:23:38 +00:00
|
|
|
rte_pipeline_table_entry_add_bulk;
|
2015-02-02 17:40:20 +00:00
|
|
|
rte_pipeline_table_entry_delete;
|
2019-11-20 17:23:38 +00:00
|
|
|
rte_pipeline_table_entry_delete_bulk;
|
|
|
|
rte_pipeline_table_stats_read;
|
2015-02-02 17:40:20 +00:00
|
|
|
|
|
|
|
local: *;
|
|
|
|
};
|
2015-07-09 08:17:10 +00:00
|
|
|
|
2018-03-29 18:31:20 +00:00
|
|
|
EXPERIMENTAL {
|
|
|
|
global:
|
|
|
|
|
2020-10-01 10:19:29 +00:00
|
|
|
# added in 18.05
|
2018-03-29 18:31:30 +00:00
|
|
|
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;
|
2018-03-29 18:31:20 +00:00
|
|
|
rte_table_action_apply;
|
|
|
|
rte_table_action_create;
|
2018-03-29 18:31:22 +00:00
|
|
|
rte_table_action_dscp_table_update;
|
2018-03-29 18:31:20 +00:00
|
|
|
rte_table_action_free;
|
2018-03-29 18:31:22 +00:00
|
|
|
rte_table_action_meter_profile_add;
|
|
|
|
rte_table_action_meter_profile_delete;
|
|
|
|
rte_table_action_meter_read;
|
2018-03-29 18:31:20 +00:00
|
|
|
rte_table_action_profile_action_register;
|
|
|
|
rte_table_action_profile_create;
|
|
|
|
rte_table_action_profile_free;
|
|
|
|
rte_table_action_profile_freeze;
|
2018-03-29 18:31:27 +00:00
|
|
|
rte_table_action_stats_read;
|
2020-10-01 10:19:29 +00:00
|
|
|
rte_table_action_table_params_get;
|
2018-03-29 18:31:28 +00:00
|
|
|
rte_table_action_time_read;
|
2018-03-29 18:31:26 +00:00
|
|
|
rte_table_action_ttl_read;
|
2020-10-01 10:19:29 +00:00
|
|
|
|
|
|
|
# added in 18.11
|
2018-09-28 12:26:09 +00:00
|
|
|
rte_table_action_crypto_sym_session_get;
|
2020-10-01 10:19:29 +00:00
|
|
|
|
|
|
|
# added in 20.11
|
2020-10-01 10:19:57 +00:00
|
|
|
rte_swx_ctl_action_arg_info_get;
|
|
|
|
rte_swx_ctl_action_info_get;
|
2020-10-01 10:19:59 +00:00
|
|
|
rte_swx_ctl_pipeline_abort;
|
|
|
|
rte_swx_ctl_pipeline_commit;
|
|
|
|
rte_swx_ctl_pipeline_create;
|
|
|
|
rte_swx_ctl_pipeline_free;
|
2020-10-01 10:19:57 +00:00
|
|
|
rte_swx_ctl_pipeline_info_get;
|
|
|
|
rte_swx_ctl_pipeline_numa_node_get;
|
|
|
|
rte_swx_ctl_pipeline_port_in_stats_read;
|
|
|
|
rte_swx_ctl_pipeline_port_out_stats_read;
|
2020-10-01 10:19:59 +00:00
|
|
|
rte_swx_ctl_pipeline_table_default_entry_add;
|
|
|
|
rte_swx_ctl_pipeline_table_entry_add;
|
|
|
|
rte_swx_ctl_pipeline_table_entry_delete;
|
|
|
|
rte_swx_ctl_pipeline_table_entry_read;
|
|
|
|
rte_swx_ctl_pipeline_table_fprintf;
|
2020-10-01 10:19:57 +00:00
|
|
|
rte_swx_ctl_table_action_info_get;
|
|
|
|
rte_swx_ctl_table_info_get;
|
|
|
|
rte_swx_ctl_table_match_field_info_get;
|
|
|
|
rte_swx_ctl_table_ops_get;
|
2020-10-01 10:19:34 +00:00
|
|
|
rte_swx_pipeline_action_config;
|
2020-10-01 10:19:29 +00:00
|
|
|
rte_swx_pipeline_build;
|
2020-10-01 10:20:00 +00:00
|
|
|
rte_swx_pipeline_build_from_spec;
|
2020-10-01 10:19:29 +00:00
|
|
|
rte_swx_pipeline_config;
|
2020-10-01 10:19:33 +00:00
|
|
|
rte_swx_pipeline_extern_func_register;
|
|
|
|
rte_swx_pipeline_extern_object_config;
|
|
|
|
rte_swx_pipeline_extern_type_member_func_register;
|
|
|
|
rte_swx_pipeline_extern_type_register;
|
2020-10-01 10:19:58 +00:00
|
|
|
rte_swx_pipeline_flush;
|
2020-10-01 10:19:29 +00:00
|
|
|
rte_swx_pipeline_free;
|
2020-10-01 10:19:36 +00:00
|
|
|
rte_swx_pipeline_instructions_config;
|
2020-10-01 10:19:32 +00:00
|
|
|
rte_swx_pipeline_packet_header_register;
|
|
|
|
rte_swx_pipeline_packet_metadata_register;
|
2020-10-01 10:19:30 +00:00
|
|
|
rte_swx_pipeline_port_in_config;
|
|
|
|
rte_swx_pipeline_port_in_type_register;
|
2020-10-01 10:19:31 +00:00
|
|
|
rte_swx_pipeline_port_out_config;
|
|
|
|
rte_swx_pipeline_port_out_type_register;
|
2020-10-01 10:19:37 +00:00
|
|
|
rte_swx_pipeline_run;
|
2020-10-01 10:19:32 +00:00
|
|
|
rte_swx_pipeline_struct_type_register;
|
2020-10-01 10:19:35 +00:00
|
|
|
rte_swx_pipeline_table_config;
|
|
|
|
rte_swx_pipeline_table_state_get;
|
|
|
|
rte_swx_pipeline_table_state_set;
|
|
|
|
rte_swx_pipeline_table_type_register;
|
2021-03-16 11:40:38 +00:00
|
|
|
|
|
|
|
#added in 21.05
|
2021-03-16 11:40:39 +00:00
|
|
|
rte_swx_ctl_metarray_info_get;
|
|
|
|
rte_swx_ctl_meter_profile_add;
|
|
|
|
rte_swx_ctl_meter_profile_delete;
|
|
|
|
rte_swx_ctl_meter_reset;
|
|
|
|
rte_swx_ctl_meter_set;
|
|
|
|
rte_swx_ctl_meter_stats_read;
|
2021-03-16 11:40:38 +00:00
|
|
|
rte_swx_ctl_pipeline_regarray_read;
|
|
|
|
rte_swx_ctl_pipeline_regarray_write;
|
|
|
|
rte_swx_ctl_regarray_info_get;
|
2021-03-16 11:40:39 +00:00
|
|
|
rte_swx_pipeline_metarray_config;
|
2021-03-16 11:40:38 +00:00
|
|
|
rte_swx_pipeline_regarray_config;
|
2018-04-27 15:17:55 +00:00
|
|
|
};
|