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: szz1745592268682
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: szz1745592268682
Ixiasoft
3.5.10.1.1. Build and Install Netdev Driver
- Build the mqdma kernel driver and load.
$ sudo systemctl stop NetworkManager.service $ make -C p0_software/kernel/driver/kmod/mcdma-netdev-driver $ sudo insmod p0_software/kernel/driver/kmod/mcdma-netdev-driver/ifc_mcdma_netdev.ko
- Verify whether the driver is loaded or not.
$ lspci -d 1172:000 -v | grep ifc_mcdma_netdev
Kernel driver in use: ifc_mcdma_netdev
$ ifconfig -a | grep ifc_mcdma ifc_mcdma0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
Note: Based on PF/VF counts, multiple devices are created and shown in the ifconfig -a command like ifc_mcdma0, ifc_mcdma1, etc.