DPDK  20.05.0-rc0
Data Fields
rte_crypto_vec Struct Reference

#include <rte_crypto_sym.h>

Data Fields

void * base
 
rte_iova_t iova
 
uint32_t len
 

Detailed Description

Crypto IO Vector (in analogy with struct iovec) Supposed be used to pass input/output data buffers for crypto data-path functions.

Definition at line 33 of file rte_crypto_sym.h.

Field Documentation

void* base

virtual address of the data buffer

Definition at line 35 of file rte_crypto_sym.h.

rte_iova_t iova

IOVA of the data buffer

Definition at line 37 of file rte_crypto_sym.h.

uint32_t len

length of the data buffer

Definition at line 39 of file rte_crypto_sym.h.


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