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

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                               rte_comp_xform(3)

Detailed Description

       Compression transform structure.

       This is used to specify the compression transforms required. Each transform structure can hold a single
       transform, the type field is used to specify which transform is contained within the union.

       Definition at line 339 of file rte_comp.h.

Field Documentation

enumrte_comp_xform_typetype
       xform type

       Definition at line 340 of file rte_comp.h.

   structrte_comp_compress_xformcompress
       xform for compress operation

       Definition at line 343 of file rte_comp.h.

   structrte_comp_decompress_xformdecompress
       decompress xform

       Definition at line 345 of file rte_comp.h.

Name

       rte_comp_xform

Synopsis

       #include <rte_comp.h>

   DataFields
       enum rte_comp_xform_typetype
return

See Also