Data Accelerator Offload
Loading...
Searching...
No Matches
dao_bitmap.h
Go to the documentation of this file.
1/* SPDX-License-Identifier: Marvell-MIT
2 * Copyright (c) 2024 Marvell.
3 */
4
11#ifndef __DAO_BITMAP_H__
12#define __DAO_BITMAP_H__
13
14#include <rte_bitmap.h>
15
24struct rte_bitmap *dao_bmap_index_map_setup(uint32_t bmap_max_sz);
25
36int dao_bmap_index_free(struct rte_bitmap *bmp, uint16_t index);
37
46int dao_bmap_index_alloc(struct rte_bitmap *bmp);
47
48#endif /* __DAO_BITMAP_H__ */
int dao_bmap_index_alloc(struct rte_bitmap *bmp)
struct rte_bitmap * dao_bmap_index_map_setup(uint32_t bmap_max_sz)
int dao_bmap_index_free(struct rte_bitmap *bmp, uint16_t index)