DPDK  20.11.10
Data Fields
rte_port_sym_crypto_reader_params Struct Reference

#include <rte_port_sym_crypto.h>

Data Fields

uint8_t cryptodev_id
 
uint16_t queue_id
 
rte_port_sym_crypto_reader_callback_fn f_callback
 
void * arg_callback
 

Detailed Description

Crypto_reader port parameters

Examples:
examples/ip_pipeline/pipeline.c.

Definition at line 32 of file rte_port_sym_crypto.h.

Field Documentation

◆ cryptodev_id

uint8_t cryptodev_id

Target cryptodev ID.

Definition at line 34 of file rte_port_sym_crypto.h.

◆ queue_id

uint16_t queue_id

Target cryptodev Queue Pair ID.

Definition at line 37 of file rte_port_sym_crypto.h.

◆ f_callback

Crypto reader post callback function.

Definition at line 40 of file rte_port_sym_crypto.h.

◆ arg_callback

void* arg_callback

Crypto reader post callback function arguments.

Definition at line 43 of file rte_port_sym_crypto.h.


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