DPDK  18.05.1
Data Fields
rte_event_crypto_metadata Union Reference

#include <rte_event_crypto_adapter.h>

Data Fields

struct rte_event_crypto_request request_info
struct rte_event response_info

Detailed Description

Warning
EXPERIMENTAL: this structure may change without prior notice

Crypto event metadata structure will be filled by application to provide crypto request and event response information.

If crypto events are enqueued using a HW mechanism, the cryptodev PMD will use the event response information to set up the event that is enqueued back to eventdev after completion of the crypto operation. If the transfer is done by SW, event response information will be used by the adapter.

Definition at line 234 of file rte_event_crypto_adapter.h.

Field Documentation

struct rte_event_crypto_request request_info

Request information to be filled in by application for RTE_EVENT_CRYPTO_ADAPTER_OP_FORWARD mode.

Definition at line 235 of file rte_event_crypto_adapter.h.

struct rte_event response_info

Response information to be filled in by application for RTE_EVENT_CRYPTO_ADAPTER_OP_NEW and RTE_EVENT_CRYPTO_ADAPTER_OP_FORWARD mode.

Definition at line 239 of file rte_event_crypto_adapter.h.


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