DPDK  21.08.0
Data Fields
rte_vhost_async_status Struct Reference

#include <rte_vhost_async.h>

Data Fields

uintptr_t * src_opaque_data
 
uintptr_t * dst_opaque_data
 

Detailed Description

dma transfer status

Examples:
examples/vhost/ioat.c.

Definition at line 37 of file rte_vhost_async.h.

Field Documentation

◆ src_opaque_data

uintptr_t* src_opaque_data

An array of application specific data for source memory

Definition at line 39 of file rte_vhost_async.h.

◆ dst_opaque_data

uintptr_t* dst_opaque_data

An array of application specific data for destination memory

Definition at line 41 of file rte_vhost_async.h.


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