X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_pipeline%2Frte_pipeline_version.map;h=420f065d6e9688f61cd51815547ce9ccfafdde91;hb=2c661d418e4a3fe06c56f024c97c574a609685f7;hp=c7106dc2cc94d4847189b2508a80ed6af3122574;hpb=7c9e5b9a1221b34ce121b7fbc6255ada399ee214;p=dpdk.git diff --git a/lib/librte_pipeline/rte_pipeline_version.map b/lib/librte_pipeline/rte_pipeline_version.map index c7106dc2cc..420f065d6e 100644 --- a/lib/librte_pipeline/rte_pipeline_version.map +++ b/lib/librte_pipeline/rte_pipeline_version.map @@ -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; @@ -61,5 +69,8 @@ EXPERIMENTAL { rte_table_action_profile_free; rte_table_action_profile_freeze; rte_table_action_table_params_get; - -} DPDK_16.04; + rte_table_action_stats_read; + rte_table_action_time_read; + rte_table_action_ttl_read; + rte_table_action_crypto_sym_session_get; +};