DPDK  18.05.1
Data Fields
rte_comp_decompress_xform Struct Reference

#include <rte_comp.h>

Data Fields

enum rte_comp_algorithm algo
enum rte_comp_checksum_type chksum
uint8_t window_size
enum rte_comp_hash_algorithm hash_algo

Detailed Description

Setup Data for decompression.

Definition at line 229 of file rte_comp.h.

Field Documentation

enum rte_comp_algorithm algo

Algorithm to use for decompression

Definition at line 230 of file rte_comp.h.

Type of checksum to generate on the decompressed data

Definition at line 232 of file rte_comp.h.

uint8_t window_size

Base two log value of sliding window which was used to generate compressed data. If window size can't be supported by the PMD then setup of stream or private_xform should fail.

Definition at line 235 of file rte_comp.h.

enum rte_comp_hash_algorithm hash_algo

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

Definition at line 239 of file rte_comp.h.


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