X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_pipeline%2Frte_pipeline_version.map;h=64d38afecd4dea232f4b2d537225f25e8be10bda;hb=43503c59adee6cae7069da23e105c24e044bf72c;hp=8241efc2c43b2af6911ab9626c1e79638d2dd433;hpb=394a0739c880328d4ae43e86590dfde1bcfbfa4b;p=dpdk.git diff --git a/lib/librte_pipeline/rte_pipeline_version.map b/lib/librte_pipeline/rte_pipeline_version.map index 8241efc2c4..64d38afecd 100644 --- a/lib/librte_pipeline/rte_pipeline_version.map +++ b/lib/librte_pipeline/rte_pipeline_version.map @@ -1,6 +1,8 @@ -DPDK_2.0 { +DPDK_20.0 { global: + rte_pipeline_ah_packet_drop; + rte_pipeline_ah_packet_hijack; rte_pipeline_check; rte_pipeline_create; rte_pipeline_flush; @@ -9,46 +11,34 @@ DPDK_2.0 { 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: *; }; -DPDK_2.1 { - global: - - rte_pipeline_port_in_stats_read; - rte_pipeline_port_out_stats_read; - rte_pipeline_table_stats_read; - -} DPDK_2.0; - -DPDK_2.2 { - global: - - rte_pipeline_table_entry_add_bulk; - rte_pipeline_table_entry_delete_bulk; - -} DPDK_2.1; - -DPDK_16.04 { - global: - - rte_pipeline_ah_packet_hijack; - rte_pipeline_ah_packet_drop; - -} DPDK_2.2; - 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; @@ -62,6 +52,7 @@ EXPERIMENTAL { 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; - -} DPDK_16.04; + rte_table_action_crypto_sym_session_get; +};