logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rte_comp_decompress_xform

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                    rte_comp_decompress_xform(3)

Detailed Description

       Setup Data for decompression.

       Definition at line 312 of file rte_comp.h.

Field Documentation

enumrte_comp_algorithmalgo
       Algorithm to use for decompression

       Definition at line 313 of file rte_comp.h.

   enumrte_comp_checksum_typechksum
       Type of checksum to generate on the decompressed data

       Definition at line 315 of file rte_comp.h.

   uint8_twindow_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 317 of file rte_comp.h.

   structrte_comp_lz4_paramslz4
       Parameters specific to the LZ4 algorithm

       Definition at line 323 of file rte_comp.h.

   union{...}
       Algorithm specific parameters

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

       Definition at line 326 of file rte_comp.h.

Name

       rte_comp_decompress_xform

Synopsis

       #include <rte_comp.h>

   DataFields
       enum rte_comp_algorithmalgo
       enum rte_comp_checksum_typechksum
       uint8_t window_size
       union {
          struct rte_comp_lz4_paramslz4
       };
       enum rte_comp_hash_algorithmhash_algo

See Also