ipsec: remove redundant replay window size
[dpdk.git] / lib / librte_pipeline / rte_pipeline_version.map
index 4e948b8..420f065 100644 (file)
@@ -49,6 +49,14 @@ DPDK_16.04 {
 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;
@@ -64,5 +72,5 @@ EXPERIMENTAL {
        rte_table_action_stats_read;
        rte_table_action_time_read;
        rte_table_action_ttl_read;
-
-} DPDK_16.04;
+       rte_table_action_crypto_sym_session_get;
+};