DPDK  2.0.0
Data Fields
rte_bitmap Struct Reference

#include <rte_bitmap.h>

Data Fields

uint64_t * array1
uint64_t * array2
uint32_t array1_size
uint32_t array2_size
uint32_t index1
uint32_t offset1
uint32_t index2
uint32_t go2

Detailed Description

Bitmap data structure

Field Documentation

uint64_t* array1

Bitmap array1

uint32_t array1_size

Number of 64-bit slabs in array1 that are actually used

uint64_t* array2

Bitmap array2

uint32_t array2_size

Number of 64-bit slabs in array2

uint32_t go2

Bitmap scan: Go/stop condition for current array2 cache line

uint32_t index1

Bitmap scan: Index of current array1 slab

uint32_t index2

Bitmap scan: Index of current array2 slab

uint32_t offset1

Bitmap scan: Offset of current bit within current array1 slab


The documentation for this struct was generated from the following file: