Imported Upstream version 16.04
[deb_dpdk.git] / lib / librte_acl / rte_acl_version.map
diff --git a/lib/librte_acl/rte_acl_version.map b/lib/librte_acl/rte_acl_version.map
new file mode 100644 (file)
index 0000000..b09370a
--- /dev/null
@@ -0,0 +1,19 @@
+DPDK_2.0 {
+       global:
+
+       rte_acl_add_rules;
+       rte_acl_build;
+       rte_acl_classify;
+       rte_acl_classify_alg;
+       rte_acl_classify_scalar;
+       rte_acl_create;
+       rte_acl_dump;
+       rte_acl_find_existing;
+       rte_acl_free;
+       rte_acl_list_dump;
+       rte_acl_reset;
+       rte_acl_reset_rules;
+       rte_acl_set_ctx_classify;
+
+       local: *;
+};