GTS AXI Multichannel DMA IP for PCI Express User Guide

ID 847470
Date 5/06/2025
Public

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

Document Table of Contents

6.2.6.4.1. AXI-S Device-side Packet Loopback (Device-side Packet Loopback)

Example of testing a loopback design with the following configuration:

Command:
$ cd software/user/cli/perfq_app
$ ./perfq_app -b 0000:01:00.0 -p 32768 -l 5 -i -c 2 -d 2 -a 4
Configuration:
  • BDF (-b 0000:01:00.0)
  • 2 DMA channels (-c 2)
  • Bidirectional H2D-D2H loopback (-i)
  • Payload length of 32,768 bytes in each descriptor (-p 32768)
  • Transfer the data for 5 seconds (-l 5)
  • Dump the progress log every 2 seconds (-d 2)
  • Total of four threads, with one thread per queue x 2 queues per channel x 2 channels (-a 4)