DPDK
18.05.1
|
#include <rte_comp.h>
Data Fields | |
enum rte_comp_xform_type | type |
struct rte_comp_compress_xform | compress |
struct rte_comp_decompress_xform | decompress |
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 252 of file rte_comp.h.
enum rte_comp_xform_type type |
xform type
Definition at line 253 of file rte_comp.h.
struct rte_comp_compress_xform compress |
xform for compress operation
Definition at line 256 of file rte_comp.h.
struct rte_comp_decompress_xform decompress |
decompress xform
Definition at line 258 of file rte_comp.h.