Visible to Intel only — GUID: zga1628015018664
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: zga1628015018664
Ixiasoft
3.5.2.5.2.4. Configure Kernel Driver
- Set number of pages used for descriptor queue:
- Flag: IFC_MCDMA_DESC_PAGES
- Location: software/kernel/common/include/ifc_mcdma.h
- Location: software/user/common/include/ifc_mcdma.h
- Both files require the change.
- Set completion method:
- Write Back: #define IFC_CONFIG_MCDMA_COMPL_PROC CONFIG_MCDMA_QUEUE_WB.
- MSIX: #define IFC_CONFIG_MCDMA_COMPL_PROC CONFIG_MCDMA_QUEUE_MSIX
- Location: software/kernel/common/include/ifc_mcdma.h
- Location: software/user/common/include/ifc_mcdma.h
- Both files require to be changed.