DPDK  22.07.0
Data Fields
rte_comp_compress_xform Struct Reference

#include <rte_comp.h>

Data Fields

enum rte_comp_algorithm algo
 
union {
   struct rte_comp_deflate_params   deflate
 
}; 
 
int level
 
uint8_t window_size
 
enum rte_comp_checksum_type chksum
 
enum rte_comp_hash_algorithm hash_algo
 

Detailed Description

Setup Data for compression

Definition at line 218 of file rte_comp.h.

Field Documentation

◆ algo

enum rte_comp_algorithm algo

Algorithm to use for compress operation

Definition at line 219 of file rte_comp.h.

◆ deflate

struct rte_comp_deflate_params deflate

Parameters specific to the deflate algorithm

Definition at line 222 of file rte_comp.h.

◆ @81

union { ... }

Algorithm specific parameters

◆ level

int level

Compression level

Definition at line 225 of file rte_comp.h.

◆ window_size

uint8_t window_size

Base two log value of sliding window to be used. If window size can't be supported by the PMD then it may fall back to a smaller size. This is likely to result in a worse compression ratio.

Definition at line 227 of file rte_comp.h.

◆ chksum

Type of checksum to generate on the uncompressed data

Definition at line 232 of file rte_comp.h.

◆ hash_algo

enum rte_comp_hash_algorithm hash_algo

Hash algorithm to be used with compress operation. Hash is always done on plaintext.

Definition at line 234 of file rte_comp.h.


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