Visible to Intel only — GUID: uxu1634247609325
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: uxu1634247609325
Ixiasoft
3.5.2.4.3.2. BAM Test
- If the BAM support is enabled on hardware, enable the following flags in: user/common/mk/common.mk
__cflags += -UIFC_PIO_256 > 256b read/write operations on PIO BAR __cflags += -UIFC_PIO_128 > 128b read/write operations on PIO BAR
- Enable the below flag for 256b read or write operations in: user/common/mk/common.mk
__cflags += -DIFC_PIO_256
Command: ./cli/perfq_app/perfq_app -b 0000:01:00.0 -oFigure 52. PIO 256 Write and Read Test - Enable the below flag for 128b read or write operations in: user/common/mk/common.mk
__cflags += -DIFC_PIO_128 __cflags += -UIFC_PIO_256
Command: ./perfq_app -b 0000:01:00.0 -oFigure 53. PIO 128b Write and Read Test