]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_compressdev/rte_compressdev_version.map
doc: add cycle-count mode in compression perf tool
[dpdk.git] / lib / librte_compressdev / rte_compressdev_version.map
index 6f900b673845da0b671e4ae85fb6bc7d99f83efc..e2a108b6509f3c23cbe74bff7367339e12309718 100644 (file)
@@ -1,5 +1,5 @@
 EXPERIMENTAL {
-        global:
+       global:
 
        rte_compressdev_capability_get;
        rte_compressdev_close;
@@ -32,8 +32,9 @@ EXPERIMENTAL {
        rte_comp_get_feature_name;
        rte_comp_op_alloc;
        rte_comp_op_bulk_alloc;
+       rte_comp_op_bulk_free;
        rte_comp_op_free;
        rte_comp_op_pool_create;
 
-        local: *;
+       local: *;
 };