| DPDK
    18.11.11
    | 
#include <rte_compressdev.h>
| Data Fields | |
| uint8_t | min | 
| uint8_t | max | 
| uint8_t | increment | 
Parameter log base 2 range description. Final value will be 2^value.
Definition at line 32 of file rte_compressdev.h.
| uint8_t min | 
Minimum log2 value
Definition at line 33 of file rte_compressdev.h.
| uint8_t max | 
Maximum log2 value
Definition at line 34 of file rte_compressdev.h.
| uint8_t increment | 
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 35 of file rte_compressdev.h.
 1.8.9.1
 1.8.9.1