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

rte_event_crypto_request

#include <rte_event_crypto_adapter.h>


uint8_t resv [8]
uint16_t cdev_id
uint16_t queue_pair_id
uint32_t resv1

Crypto event request structure will be filled by application to provide event request information to the adapter.

Definition at line 204 of file rte_event_crypto_adapter.h.

Overlaps with first 8 bytes of struct rte_event that encode the response event information. Application is expected to fill in struct rte_event response_info.

Definition at line 205 of file rte_event_crypto_adapter.h.

cryptodev ID to be used

Definition at line 210 of file rte_event_crypto_adapter.h.

cryptodev queue pair ID to be used

Definition at line 212 of file rte_event_crypto_adapter.h.

Reserved bits

Definition at line 214 of file rte_event_crypto_adapter.h.

Generated automatically by Doxygen for DPDK from the source code.

Version 24.11.3 DPDK