DPDK 22.11.5
|
#include <rte_cryptodev.h>
Data Fields | |
int | socket_id |
uint16_t | nb_queue_pairs |
uint64_t | ff_disable |
Crypto device configuration structure
Definition at line 680 of file rte_cryptodev.h.
int socket_id |
Socket to allocate resources on
Definition at line 681 of file rte_cryptodev.h.
uint16_t nb_queue_pairs |
Number of queue pairs to configure on device
Definition at line 682 of file rte_cryptodev.h.
uint64_t ff_disable |
Feature flags to be disabled. Only the following features are allowed to be disabled,
Definition at line 684 of file rte_cryptodev.h.