Multi Channel DMA Intel® FPGA IP for PCI Express User Guide

ID 683821
Date 4/20/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

8.1.6.23. ifc_request_malloc

Table 110.  ifc_request_malloc
API API Description Input Parameters Return Values
struct ifc_qdma_request *ifc_request_malloc(size_t len)

libmqdma allocates the buffer for I/O request. The returned buffer is DMA-able and allocated from huge pages

len - size of data buffer for I/O request

0 on success

Negative otherwise