Visible to Intel only — GUID: kzx1503680019455
Ixiasoft
1.1.1. FPGA Management Engine (FME)
1.1.2. Port
1.1.3. Accelerator Function (AF) Unit
1.1.4. Partial Reconfiguration
1.1.5. FPGA Virtualization
1.1.6. Driver Organization
1.1.7. Application FPGA Device Enumeration
1.1.8. PCIe Driver Enumeration
1.1.9. FME Platform Device Initialization
1.1.10. Port Platform Device Initialization
1.1.11. FME IOCTLs
1.1.12. Port IOCTLs
1.2.1. FME Header sysfs files
1.2.2. FME Thermal Management sysfs files
1.2.3. FME Power Management sysfs files
1.2.4. FME Global Error sysfs files
intel-fpga-dev.i/intel-fpga-fme.j/errors/
1.2.5. FME Partial Reconfiguration sysfs files
1.2.6. FME Global Performance sysfs files
1.2.7. Port Header sysfs files
1.2.8. Port AFU Header sysfs files
1.2.9. Port Error sysfs files
Visible to Intel only — GUID: kzx1503680019455
Ixiasoft
1.2.4. FME Global Error sysfs files
intel-fpga-dev.i/intel-fpga-fme.j/errors/
sysfs file | mmio field | type | access |
---|---|---|---|
pcie0_errors | gerror.pcie0_err | hex uint64_t | Read-write |
pcie1_errors | gerror.pcie1_err | hex uint64_t | Read-write |
inject_error | gerror.ras_error_inj | hex uint64_t | Read-write |
sysfs file | mmio field | type | access |
---|---|---|---|
errors | gerror.fme_err | hex uint64_t | Read-only |
first_error | gerror.fme_first_err.err_reg_status | hex uint64_t | Read-only |
next_error | gerror.fme_next_err.err_reg_status | hex uint64_t | Read-only |
clear | Clears errors, first_error, next_error | various uint64_t | Write-only |
Note: To clear the FME errors, you must write the exact bitmask of the current errors, for example: cat errors > clear