DPDK 25.11.0
Loading...
Searching...
No Matches
rte_comp_deflate_params Struct Reference

#include <rte_comp.h>

Data Fields

enum rte_comp_huffman huffman
uint8_t * dictionary
uint16_t dictionary_len

Detailed Description

Parameters specific to the deflate algorithm

Definition at line 236 of file rte_comp.h.

Field Documentation

◆ huffman

enum rte_comp_huffman huffman

Compression huffman encoding type

Definition at line 237 of file rte_comp.h.

◆ dictionary

uint8_t* dictionary

Pointer to memory containing dictionary to be used for deflate operations

Definition at line 239 of file rte_comp.h.

◆ dictionary_len

uint16_t dictionary_len

Length of dictionary to be used

Definition at line 241 of file rte_comp.h.


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