ethdev: bring in async queue-based flow rules operations
[dpdk.git] / lib / ethdev / version.map
index 1a43282..13c1a22 100644 (file)
@@ -264,6 +264,18 @@ EXPERIMENTAL {
        rte_eth_ip_reassembly_capability_get;
        rte_eth_ip_reassembly_conf_get;
        rte_eth_ip_reassembly_conf_set;
+       rte_flow_info_get;
+       rte_flow_configure;
+       rte_flow_pattern_template_create;
+       rte_flow_pattern_template_destroy;
+       rte_flow_actions_template_create;
+       rte_flow_actions_template_destroy;
+       rte_flow_template_table_create;
+       rte_flow_template_table_destroy;
+       rte_flow_async_create;
+       rte_flow_async_destroy;
+       rte_flow_push;
+       rte_flow_pull;
 };
 
 INTERNAL {
@@ -289,6 +301,7 @@ INTERNAL {
        rte_eth_hairpin_queue_peer_unbind;
        rte_eth_hairpin_queue_peer_update;
        rte_eth_ip_reassembly_dynfield_register;
+       rte_eth_pkt_burst_dummy;
        rte_eth_representor_id_get;
        rte_eth_switch_domain_alloc;
        rte_eth_switch_domain_free;