DOKK / manpages / debian 13 / dpdk-doc / rte_cryptodev_info.3.en
rte_cryptodev_info(3) Library Functions Manual rte_cryptodev_info(3)

rte_cryptodev_info

#include <rte_cryptodev.h>


const char * driver_name
uint8_t driver_id
struct rte_device * device
uint64_t feature_flags
const struct rte_cryptodev_capabilities * capabilities
unsigned max_nb_queue_pairs
uint16_t min_mbuf_headroom_req
uint16_t min_mbuf_tailroom_req

Crypto device information

Definition at line 594 of file rte_cryptodev.h.

Driver name.

Definition at line 595 of file rte_cryptodev.h.

Driver identifier

Definition at line 596 of file rte_cryptodev.h.

Generic device information.

Definition at line 597 of file rte_cryptodev.h.

Feature flags exposes HW/SW features for the given device

Definition at line 599 of file rte_cryptodev.h.

Array of devices supported capabilities

Definition at line 602 of file rte_cryptodev.h.

Maximum number of queues pairs supported by device.

Definition at line 605 of file rte_cryptodev.h.

Minimum mbuf headroom required by device

Definition at line 608 of file rte_cryptodev.h.

Minimum mbuf tailroom required by device

Definition at line 611 of file rte_cryptodev.h.

Maximum number of sessions supported by device. If 0, the device does not have any limitation in number of sessions that can be used.

Definition at line 615 of file rte_cryptodev.h.

Generated automatically by Doxygen for DPDK from the source code.

Version 24.11.3 DPDK