Multi Channel DMA Intel® FPGA IP for PCI Express* Design Example User Guide
ID
683517
Date
1/27/2025
Public
A newer version of this document is available. Customers should click here to go to the newest version.
3.5.2.5.1. Build and Install Netdev Driver
3.5.2.5.2. Enable VFs if SRIOV is Supported
3.5.2.5.3. Configure the Number of Channels Supported on the Device
3.5.2.5.4. Configure the MTU Value
3.5.2.5.5. Configure the Device Communication
3.5.2.5.6. Configure Transmit Queue Selection Mechanism
3.5.2.5.7. Test Procedure by Using Name Space Environment
3.5.2.5.8. PIO Test
3.5.2.3.3.5. Packet Gen Test
- Configuration in user/cli/perfq_app/perfq_app.h
In the case of static channel mapping, modify the following parameters:
/* Number of PFs */#define IFC_QDMA_PFS <number of PFs>
/* Channels available per PF */#define IFC_QDMA_PER_PF_CHNLS <number of channels per PF>
/* Channels available per VF */#define IFC_QDMA_PER_VF_CHNLS <number of channels per VF>
/* Number of VFs per PF */#define IFC_QDMA_PER_PF_VFS <number of VFs per PF>
- Continue the procedure in the steps in Software Setup for building and installing MCDMA.
- Run the perfq_app application command:
$ ./perfq_app -b 0000:01:00.0 -p 32768 -d 2 -c 1\ -a 2 -l 5 -z -n –pf=<pf number> --vf=<vfnumber>
Note:- PF number and VF number start with 1 in command line parameters.
- Please run the performance on PF0 with -n parameter.