Multi Channel DMA Intel® FPGA IP for PCI Express* Design Example User Guide
ID
683517
Date
6/09/2025
Public
Visible to Intel only — GUID: mla1745432919798
Ixiasoft
3.5.1. Hardware Requirements
3.5.2. Software Requirements
3.5.3. Set Up the Hardware and Program the FPGA
3.5.4. Configuration Changes from BIOS
3.5.5. Host Operating System Check for Ubuntu v22.04
3.5.6. Installing the Required Kernel Version for Ubuntu v24.04
3.5.7. Set the Boot Parameters
3.5.8. MCDMA Custom Driver
3.5.9. MCDMA DPDK Poll Mode Driver
3.5.10. MCDMA Kernel Mode Network Device Driver
Visible to Intel only — GUID: mla1745432919798
Ixiasoft
3.5.8.1.3. Build and Install the User Space Library
- Build the library by running the command below.
$ make clean all -C p0_software/user/libmqdma/
- Load the library by running the command below.
$ sudo cp p0_software/user/libmqdma/libmqdmasoc.so /usr/local/lib
- Run the command below and make sure that the printout contains libmqdma. Look for “libmqdmasoc.so -> libmqdmasoc.so” in the printout.
$ sudo ldconfig -v | grep libmqdmasoc.so