DPDK  20.11.10
Data Fields
rte_port_sym_crypto_writer_params Struct Reference

#include <rte_port_sym_crypto.h>

Data Fields

uint8_t cryptodev_id
 
uint16_t queue_id
 
uint16_t crypto_op_offset
 
uint32_t tx_burst_sz
 

Detailed Description

Crypto_writer port parameters.

Examples:
examples/ip_pipeline/pipeline.c.

Definition at line 51 of file rte_port_sym_crypto.h.

Field Documentation

◆ cryptodev_id

uint8_t cryptodev_id

Target cryptodev ID.

Definition at line 53 of file rte_port_sym_crypto.h.

◆ queue_id

uint16_t queue_id

Target cryptodev Queue Pair ID.

Definition at line 56 of file rte_port_sym_crypto.h.

◆ crypto_op_offset

uint16_t crypto_op_offset

offset to rte_crypto_op in the mbufs.

Definition at line 59 of file rte_port_sym_crypto.h.

◆ tx_burst_sz

uint32_t tx_burst_sz

Burst size to crypto interface.

Definition at line 62 of file rte_port_sym_crypto.h.


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