DPDK  18.05.1
Data Fields
rte_crypto_param_range Struct Reference

#include <rte_cryptodev.h>

Data Fields

uint16_t min
uint16_t max
uint16_t increment

Detailed Description

Crypto parameters range description

Examples:
examples/l2fwd-crypto/main.c.

Definition at line 119 of file rte_cryptodev.h.

Field Documentation

uint16_t min

minimum size

Examples:
examples/l2fwd-crypto/main.c.

Definition at line 120 of file rte_cryptodev.h.

uint16_t max

maximum size

Examples:
examples/l2fwd-crypto/main.c.

Definition at line 121 of file rte_cryptodev.h.

uint16_t increment

if a range of sizes are supported, this parameter is used to indicate increments in byte size that are supported between the minimum and maximum

Examples:
examples/l2fwd-crypto/main.c.

Definition at line 123 of file rte_cryptodev.h.


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