1 EDAC的作用
The edac kernel modules goal is to detect and report hardware errors that occur within the computer system running under linux. 《Documentation/admin-guide/ras.rst》
EDAC可以检测物理内存的错误 和 PCIE的错误,本文主要分析后者。
2 机…
NAN
NAN 整体意思为Not a Number 不是一个数,
NaN(Not a Number,非数)是计算机科学中数值数据类型的一类值,表示未定义或不可表示的值。常在浮点数运算中使用。首次引入NaN的是1985年的IEEE 754浮点数标准。
EEE 75…