pipeline: add new functions for action handlers
[dpdk.git] / lib / librte_pipeline / rte_pipeline_version.map
index 4cc86f6..e4ee154 100644 (file)
@@ -37,3 +37,11 @@ DPDK_2.2 {
        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;