Visible to Intel only — GUID: wyl1628020975593
Ixiasoft
3.5.2.5.3. Examples
- Testapp options (for Packet Gen/Val): ./testapp –help
- Pio Test:
Testapp command: sudo ./testapp --bdf 0000:01:00.0 --piotest
- BAS Test:
The BAS support is enabled on the hardware, enable the following flag in: user/common/include/ifc_mcdma.h
#define IFC_MCDMA_X16 /* For PCIe x16 */ #define IFC_MCDMA_X8 /* For PCIe x8 */
Commands:
To verify the write operation:./cli/testapp/testapp --bdf 0000:01:00.0\ --reqsize 1048576 --bas --transmit
To verify the read operation:./cli/testapp/testapp --bdf 0000:01:00.0\ --reqsize 1048576 --bas --receive
To verify the bi-direction operation:./cli/testapp/testapp --bdf 0000:01:00.0\ --reqsize 1048576 --bas --bidirection
Performance test:./cli/testapp/testapp --bdf 0000:01:00.0\ --reqsize 1048576 --basperf --bidirection
- For more example commands, check the software/user/cli/testapp/README.txt file.