DPDK  16.11.11
Data Fields
rte_cryptodev_info Struct Reference

#include <rte_cryptodev.h>

Data Fields

const char * driver_name
 
enum rte_cryptodev_type dev_type
 
struct rte_pci_devicepci_dev
 
uint64_t feature_flags
 
const struct rte_cryptodev_capabilitiescapabilities
 
unsigned max_nb_queue_pairs
 
unsigned max_nb_sessions
 

Detailed Description

Crypto device information

Examples:
l2fwd-crypto/main.c.

Definition at line 243 of file rte_cryptodev.h.

Field Documentation

const char* driver_name

Driver name.

Definition at line 244 of file rte_cryptodev.h.

enum rte_cryptodev_type dev_type

Device type

Definition at line 245 of file rte_cryptodev.h.

struct rte_pci_device* pci_dev

PCI information.

Definition at line 246 of file rte_cryptodev.h.

uint64_t feature_flags

Feature flags

Examples:
l2fwd-crypto/main.c.

Definition at line 248 of file rte_cryptodev.h.

const struct rte_cryptodev_capabilities* capabilities

Array of devices supported capabilities

Examples:
l2fwd-crypto/main.c.

Definition at line 250 of file rte_cryptodev.h.

unsigned max_nb_queue_pairs

Maximum number of queues pairs supported by device.

Definition at line 253 of file rte_cryptodev.h.

unsigned max_nb_sessions

Maximum number of sessions supported by device.

Definition at line 257 of file rte_cryptodev.h.


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