aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_acl/rte_acl_version.map
diff options
context:
space:
mode:
Diffstat (limited to 'lib/librte_acl/rte_acl_version.map')
-rw-r--r--lib/librte_acl/rte_acl_version.map19
1 files changed, 19 insertions, 0 deletions
diff --git a/lib/librte_acl/rte_acl_version.map b/lib/librte_acl/rte_acl_version.map
new file mode 100644
index 00000000..b09370a1
--- /dev/null
+++ b/lib/librte_acl/rte_acl_version.map
@@ -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: *;
+};