GTS AXI Multichannel DMA IP for PCI Express* User Guide

ID 847470
Date 8/25/2025
Public
Document Table of Contents

6.3.6.3.2. AXI-MM DMA

  1. After completing the instructions outlined in Prerequisites, navigate to the perfq folder:

    $ cd dpdk-stable/build/examples/mcdma-test/perfq

  2. Verify the AXI-MM DMA design example variant using the following command:
    $ sudo ./build/mcdma-test -- -b 0000:01:00.0 -p 32768 -l 5 \
    -u -c 2 -d 2 -a 4
    Configuration:
    • bdf (-b 0000:01:00.0)
    • Two channels (-c 2)
    • Loopback mode (-u )
    • Payload length of 32768 bytes in each descriptor (-p 32768)
    • Time limit set to 5 (-l 5)
    • Dump the progress log every 2 seconds (-d 2)
    • One thread per queue (-a 4)
    Note: The MCDMA IP can be reset using the following command:

    $ sudo ./build/mcdma-test -- -b <bdf> -e