Visible to Intel only — GUID: apo1619821205503
Ixiasoft
3.5.2.6.1. Build and Install Netdev Driver
3.5.2.6.2. Enable VFs if SRIOV is Supported
3.5.2.6.3. Configure the Number of Channels Supported on the Device
3.5.2.6.4. Configure the MTU Value
3.5.2.6.5. Configure the Device Communication
3.5.2.6.6. Configure Transmit Queue Selection Mechanism
3.5.2.6.7. Test Procedure by Using Name Space Environment
3.5.2.6.8. PIO Test
Visible to Intel only — GUID: apo1619821205503
Ixiasoft
3.5.2.3.3.1. Meta Data Test
Meta data is the 8-byte private data that the host sends to the device in the H2D direction and the device sends to the host in the D2H direction.
- If we have meta data enabled in the bitstream, modify IFC_QDMA_META_DATA like below in common/mk/common.mk
__cflags += -DIFC_QDMA_META_DATA
- Continue with user library build and installation steps.
- Command:
./perfq_app -p 128 -s 128 -d 1 -i -a 2 -b 0000:01:00.0 -v -c 1
Note: To verify the meta data functionality, every descriptor should have eof set to 1. Use the commands in such a way that every descriptor contains a single file. Use perfq_app with the -s parameter.