DPDK
17.05.2
|
#include <rte_cryptodev.h>
Data Fields | |
const char * | driver_name |
enum rte_cryptodev_type | dev_type |
struct rte_pci_device * | pci_dev |
uint64_t | feature_flags |
struct rte_cryptodev_capabilities * | capabilities |
unsigned | max_nb_queue_pairs |
unsigned | max_nb_sessions |
unsigned int | max_nb_sessions_per_qp |
Crypto device information
Definition at line 322 of file rte_cryptodev.h.
const char* driver_name |
Driver name.
Definition at line 323 of file rte_cryptodev.h.
enum rte_cryptodev_type dev_type |
Device type
Definition at line 324 of file rte_cryptodev.h.
struct rte_pci_device* pci_dev |
PCI information.
Definition at line 325 of file rte_cryptodev.h.
uint64_t feature_flags |
Feature flags
Definition at line 327 of file rte_cryptodev.h.
struct rte_cryptodev_capabilities* capabilities |
Array of devices supported capabilities
Definition at line 329 of file rte_cryptodev.h.
unsigned max_nb_queue_pairs |
Maximum number of queues pairs supported by device.
Definition at line 333 of file rte_cryptodev.h.
unsigned max_nb_sessions |
Maximum number of sessions supported by device.
Definition at line 337 of file rte_cryptodev.h.
unsigned int max_nb_sessions_per_qp |
Maximum number of sessions per queue pair. Default 0 for infinite sessions
Definition at line 339 of file rte_cryptodev.h.