DPDK  18.05.1
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/ipsec-secgw/ipsec-secgw.c, examples/l2fwd-crypto/main.c, and examples/vhost_crypto/main.c.

Definition at line 513 of file rte_cryptodev.h.

Field Documentation

int socket_id

Socket to allocate resources on

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

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


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