DPDK 25.11.0-rc1
Data Fields
rte_comp_inflate_params Struct Reference

#include <rte_comp.h>

Data Fields

uint8_t * dictionary
 
uint16_t dictionary_len
 

Detailed Description

Parameters specific to the inflate algorithm

Definition at line 246 of file rte_comp.h.

Field Documentation

◆ dictionary

uint8_t* dictionary

Pointer to memory containing dictionary to be used for inflate operations

Definition at line 247 of file rte_comp.h.

◆ dictionary_len

uint16_t dictionary_len

Length of dictionary to be used

Definition at line 249 of file rte_comp.h.


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