Multi Channel DMA Intel® FPGA IP for PCI Express User Guide
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: hqg1626229538844
Ixiasoft
Visible to Intel only — GUID: hqg1626229538844
Ixiasoft
8.2.4. Request Structures
To request a DMA operation, the application uses rte_mbuf structure which contains packet information such as Physical address of segment buffer, length of the data in this descriptor, Number of segments, 8-byte userdata which is used to notify SOF and EOF of data.
Metadata is private information and can be used for any purpose.
Structure of Private Data
struct private_data {
uint64_t flags; /* SOF, EOF */
uint64_t metadata; /* Private meta data */
};