DOKK / manpages / debian 13 / dpdk-doc / rte_comp_xform.3.en
rte_comp_xform(3) Library Functions Manual rte_comp_xform(3)

rte_comp_xform

#include <rte_comp.h>


enum rte_comp_xform_type type

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.

xform type

Definition at line 340 of file rte_comp.h.

struct rte_comp_compress_xform compress

xform for compress operation

Definition at line 343 of file rte_comp.h.

struct rte_comp_decompress_xform decompress

decompress xform

Definition at line 345 of file rte_comp.h.

Generated automatically by Doxygen for DPDK from the source code.

Version 24.11.3 DPDK