table of contents
other versions
- trixie 24.11.3-1~deb13u1
- testing 24.11.3-2
- unstable 25.11-2
- experimental 25.11-1
| rte_comp_lz4_params(3) | Library Functions Manual | rte_comp_lz4_params(3) |
NAME¶
rte_comp_lz4_params
SYNOPSIS¶
#include <rte_comp.h>
Data Fields¶
uint8_t flags
Detailed Description¶
Parameters specific to the LZ4 algorithm
Definition at line 276 of file rte_comp.h.
Field Documentation¶
uint8_t flags¶
Compression LZ4 parameter flags. Based on LZ4 standard flags: https://github.com/lz4/lz4/blob/dev/doc/lz4_Frame_format.md#frame-descriptor
Definition at line 277 of file rte_comp.h.
Author¶
Generated automatically by Doxygen for DPDK from the source code.
| Version 24.11.2 | DPDK |