logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rte_param_log2_range

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                         rte_param_log2_range(3)

Detailed Description

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

       Definition at line 26 of file rte_compressdev.h.

Field Documentation

uint8_tmin
       Minimum log2 value

       Definition at line 27 of file rte_compressdev.h.

   uint8_tmax
       Maximum log2 value

       Definition at line 28 of file rte_compressdev.h.

   uint8_tincrement
       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.

Name

       rte_param_log2_range

Synopsis

       #include <rte_compressdev.h>

   DataFields
       uint8_t min
       uint8_t max
       uint8_t increment

See Also