DPDK  18.11.11
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/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 603 of file rte_cryptodev.h.

Field Documentation

int socket_id

Socket to allocate resources on

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

Definition at line 604 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 605 of file rte_cryptodev.h.


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