2021-08-08 21:26:58 +02:00
|
|
|
DPDK_22 {
|
2015-02-02 12:40:20 -05:00
|
|
|
global:
|
|
|
|
|
2019-11-20 17:23:38 +00:00
|
|
|
rte_pipeline_ah_packet_drop;
|
|
|
|
rte_pipeline_ah_packet_hijack;
|
2015-02-02 12:40:20 -05: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 12:40:20 -05: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 12:40:20 -05: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 12:40:20 -05: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 12:40:20 -05:00
|
|
|
|
|
|
|
local: *;
|
|
|
|
};
|
2015-07-09 10:17:10 +02:00
|
|
|
|
2018-03-29 19:31:20 +01:00
|
|
|
EXPERIMENTAL {
|
|
|
|
global:
|
|
|
|
|
2020-10-01 11:19:29 +01:00
|
|
|
# added in 18.05
|
2018-03-29 19:31:30 +01: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 19:31:20 +01:00
|
|
|
rte_table_action_apply;
|
|
|
|
rte_table_action_create;
|
2018-03-29 19:31:22 +01:00
|
|
|
rte_table_action_dscp_table_update;
|
2018-03-29 19:31:20 +01:00
|
|
|
rte_table_action_free;
|
2018-03-29 19:31:22 +01:00
|
|
|
rte_table_action_meter_profile_add;
|
|
|
|
rte_table_action_meter_profile_delete;
|
|
|
|
rte_table_action_meter_read;
|
2018-03-29 19:31:20 +01: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 19:31:27 +01:00
|
|
|
rte_table_action_stats_read;
|
2020-10-01 11:19:29 +01:00
|
|
|
rte_table_action_table_params_get;
|
2018-03-29 19:31:28 +01:00
|
|
|
rte_table_action_time_read;
|
2018-03-29 19:31:26 +01:00
|
|
|
rte_table_action_ttl_read;
|
2020-10-01 11:19:29 +01:00
|
|
|
|
|
|
|
# added in 18.11
|
2018-09-28 13:26:09 +01:00
|
|
|
rte_table_action_crypto_sym_session_get;
|
2020-10-01 11:19:29 +01:00
|
|
|
|
|
|
|
# added in 20.11
|
2020-10-01 11:19:57 +01:00
|
|
|
rte_swx_ctl_action_arg_info_get;
|
|
|
|
rte_swx_ctl_action_info_get;
|
2020-10-01 11:19:59 +01:00
|
|
|
rte_swx_ctl_pipeline_abort;
|
|
|
|
rte_swx_ctl_pipeline_commit;
|
|
|
|
rte_swx_ctl_pipeline_create;
|
|
|
|
rte_swx_ctl_pipeline_free;
|
2020-10-01 11:19:57 +01: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 11:19:59 +01: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 11:19:57 +01: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 11:19:34 +01:00
|
|
|
rte_swx_pipeline_action_config;
|
2020-10-01 11:19:29 +01:00
|
|
|
rte_swx_pipeline_build;
|
2020-10-01 11:20:00 +01:00
|
|
|
rte_swx_pipeline_build_from_spec;
|
2020-10-01 11:19:29 +01:00
|
|
|
rte_swx_pipeline_config;
|
2020-10-01 11:19:33 +01: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 11:19:58 +01:00
|
|
|
rte_swx_pipeline_flush;
|
2020-10-01 11:19:29 +01:00
|
|
|
rte_swx_pipeline_free;
|
2020-10-01 11:19:36 +01:00
|
|
|
rte_swx_pipeline_instructions_config;
|
2020-10-01 11:19:32 +01:00
|
|
|
rte_swx_pipeline_packet_header_register;
|
|
|
|
rte_swx_pipeline_packet_metadata_register;
|
2020-10-01 11:19:30 +01:00
|
|
|
rte_swx_pipeline_port_in_config;
|
|
|
|
rte_swx_pipeline_port_in_type_register;
|
2020-10-01 11:19:31 +01:00
|
|
|
rte_swx_pipeline_port_out_config;
|
|
|
|
rte_swx_pipeline_port_out_type_register;
|
2020-10-01 11:19:37 +01:00
|
|
|
rte_swx_pipeline_run;
|
2020-10-01 11:19:32 +01:00
|
|
|
rte_swx_pipeline_struct_type_register;
|
2020-10-01 11:19:35 +01: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;
|
2021-04-17 00:46:41 +01:00
|
|
|
rte_swx_ctl_pipeline_table_stats_read;
|
2021-03-16 11:40:38 +00:00
|
|
|
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;
|
2021-07-10 01:20:34 +01:00
|
|
|
|
|
|
|
#added in 21.08
|
|
|
|
rte_swx_pipeline_selector_config;
|
|
|
|
rte_swx_ctl_pipeline_selector_fprintf;
|
|
|
|
rte_swx_ctl_pipeline_selector_group_add;
|
|
|
|
rte_swx_ctl_pipeline_selector_group_delete;
|
|
|
|
rte_swx_ctl_pipeline_selector_group_member_add;
|
|
|
|
rte_swx_ctl_pipeline_selector_group_member_delete;
|
|
|
|
rte_swx_ctl_pipeline_selector_stats_read;
|
|
|
|
rte_swx_ctl_selector_info_get;
|
|
|
|
rte_swx_ctl_selector_field_info_get;
|
|
|
|
rte_swx_ctl_selector_group_id_field_info_get;
|
|
|
|
rte_swx_ctl_selector_member_id_field_info_get;
|
2021-09-20 16:01:31 +01:00
|
|
|
|
|
|
|
#added in 21.11
|
|
|
|
rte_swx_ctl_pipeline_learner_default_entry_add;
|
|
|
|
rte_swx_ctl_pipeline_learner_default_entry_read;
|
|
|
|
rte_swx_ctl_pipeline_learner_stats_read;
|
|
|
|
rte_swx_ctl_learner_action_info_get;
|
|
|
|
rte_swx_ctl_learner_info_get;
|
|
|
|
rte_swx_ctl_learner_match_field_info_get;
|
|
|
|
rte_swx_pipeline_learner_config;
|
2018-04-27 16:17:55 +01:00
|
|
|
};
|