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 45. 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 46. PIO 128b Write and Read Test