| DPDK
    18.11.11
    | 
#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 | 
Setup Data for decompression.
Definition at line 244 of file rte_comp.h.
| enum rte_comp_algorithm algo | 
Algorithm to use for decompression
Definition at line 245 of file rte_comp.h.
| enum rte_comp_checksum_type chksum | 
Type of checksum to generate on the decompressed data
Definition at line 247 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 249 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 254 of file rte_comp.h.
 1.8.9.1
 1.8.9.1