DPDK
2.2.0
|
#include <rte_cryptodev.h>
Data Fields | |
const char * | driver_name |
enum rte_cryptodev_type | dev_type |
struct rte_pci_device * | pci_dev |
unsigned | max_nb_queue_pairs |
unsigned | max_nb_sessions |
Crypto device information
Definition at line 95 of file rte_cryptodev.h.
const char* driver_name |
Driver name.
Definition at line 96 of file rte_cryptodev.h.
enum rte_cryptodev_type dev_type |
Device type
Definition at line 97 of file rte_cryptodev.h.
struct rte_pci_device* pci_dev |
PCI information.
Definition at line 98 of file rte_cryptodev.h.
unsigned max_nb_queue_pairs |
Maximum number of queues pairs supported by device.
Definition at line 101 of file rte_cryptodev.h.
unsigned max_nb_sessions |
Maximum number of sessions supported by device.
Definition at line 103 of file rte_cryptodev.h.