fbarray: add API to find biggest used or free chunks
[dpdk.git] / lib / librte_eal / rte_eal_version.map
index 935e918..0c69af0 100644 (file)
@@ -305,6 +305,8 @@ EXPERIMENTAL {
        rte_fbarray_detach;
        rte_fbarray_dump_metadata;
        rte_fbarray_find_idx;
+       rte_fbarray_find_biggest_free;
+       rte_fbarray_find_biggest_used;
        rte_fbarray_find_next_free;
        rte_fbarray_find_next_used;
        rte_fbarray_find_next_n_free;
@@ -315,6 +317,8 @@ EXPERIMENTAL {
        rte_fbarray_find_prev_n_used;
        rte_fbarray_find_contig_free;
        rte_fbarray_find_contig_used;
+       rte_fbarray_find_rev_biggest_free;
+       rte_fbarray_find_rev_biggest_used;
        rte_fbarray_find_rev_contig_free;
        rte_fbarray_find_rev_contig_used;
        rte_fbarray_get;
@@ -322,6 +326,7 @@ EXPERIMENTAL {
        rte_fbarray_is_used;
        rte_fbarray_set_free;
        rte_fbarray_set_used;
+       rte_intr_callback_unregister_pending;
        rte_log_register_type_and_pick_level;
        rte_malloc_dump_heaps;
        rte_malloc_heap_create;