Visible to Intel only — GUID: aet1634249574066
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: aet1634249574066
Ixiasoft
If the BAS support is enabled on hardware, enable the following flag in: dpdk/dpdk/drivers/net/mcdma/rte_pmd_mcdma.h
#define PCIe_SLOT 0 /* 0 – x16, 1 – x8 */
To enable the config IFC_QDMA_INTF_AVST in the file "software/dpdk/dpdk/patches/v20.05-rc1/dpdk/drivers/net/mcdma/base/mcdma_ip_params.h", use the following command:
#undef IFC_QDMA_INTF_AVST
Commands:
- To verify the write operation:
./build/mcdma-test -- -b 0000:01:00.0 --bar=0 --bas -s 512 -t
Figure 37. BAS Write Operation - To verify the read operation:
./build/mcdma-test -- -b 0000:01:00.0 --bar=0 --bas -s 512 -r
Figure 38. BAS Read Operation - To verify the write and read operation:
./build/mcdma-test -- -b 0000:01:00.0 --bar=0 --bas -s 512 -z
Figure 39. BAS Write and Read OperationPerformance test:
The below log is collected on Gen3x16 H-tile./build/mcdma-test -- -b 0000:01:00.0 --bar=0 --bas_perf -s 16384 -z
Figure 40. Performance Test