eal: add internal function to get base address
[dpdk.git] / lib / pipeline / version.map
index a4d7d97..8bc90e7 100644 (file)
@@ -1,4 +1,4 @@
-DPDK_21 {
+DPDK_22 {
        global:
 
        rte_pipeline_ah_packet_drop;
@@ -116,4 +116,26 @@ EXPERIMENTAL {
        rte_swx_ctl_regarray_info_get;
        rte_swx_pipeline_metarray_config;
        rte_swx_pipeline_regarray_config;
+
+       #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;
+
+       #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;
 };