Man page - rte_param_log2_range(3)

Packages contas this manual

Manual

rte_param_log2_range(3) Library Functions Manual rte_param_log2_range(3)

rte_param_log2_range

#include <rte_compressdev.h>


uint8_t min
uint8_t max
uint8_t increment

Parameter log base 2 range description. Final value will be 2^value.

Definition at line 26 of file rte_compressdev.h.

Minimum log2 value

Definition at line 27 of file rte_compressdev.h.

Maximum log2 value

Definition at line 28 of file rte_compressdev.h.

If a range of sizes are supported, this parameter is used to indicate increments in base 2 log byte value that are supported between the minimum and maximum

Definition at line 29 of file rte_compressdev.h.

Generated automatically by Doxygen for DPDK from the source code.

Version 24.11.4 DPDK