DPDK  19.11.14
Data Fields
rte_comp_xform Struct Reference

#include <rte_comp.h>

Data Fields

enum rte_comp_xform_type type
 
struct rte_comp_compress_xform compress
 
struct rte_comp_decompress_xform decompress
 

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

Field Documentation

◆ type

xform type

Definition at line 268 of file rte_comp.h.

◆ compress

struct rte_comp_compress_xform compress

xform for compress operation

Definition at line 271 of file rte_comp.h.

◆ decompress

struct rte_comp_decompress_xform decompress

decompress xform

Definition at line 273 of file rte_comp.h.


The documentation for this struct was generated from the following file: