DPDK  19.05.0
Data Fields
rte_cryptodev_config Struct Reference

#include <rte_cryptodev.h>

Data Fields

int socket_id
uint16_t nb_queue_pairs

Detailed Description

Crypto device configuration structure

Examples:
examples/fips_validation/fips_dev_self_test.c, examples/fips_validation/main.c, examples/ip_pipeline/cryptodev.c, examples/ipsec-secgw/ipsec-secgw.c, examples/l2fwd-crypto/main.c, and examples/vhost_crypto/main.c.

Definition at line 611 of file rte_cryptodev.h.

Field Documentation

int socket_id

Socket to allocate resources on

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

Definition at line 612 of file rte_cryptodev.h.

uint16_t nb_queue_pairs

Number of queue pairs to configure on device

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

Definition at line 614 of file rte_cryptodev.h.


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