如何检查PCI设备使用的中断类型?例如,我有重新映射的磁盘插入PCI插槽,我想检查使用什么类型的中断(MSI-x或INT-x)设备驱动程序。
非常感谢您的答案
答案 0 :(得分:0)
Linux中的/ proc / interrupts文件显示为该中断注册的中断类型,计数和处理程序。 / proc / interrupts的一个例子是这样的:
2287: 13 18 28 49 PCI-MSI-edge eth0:lsc
2288: 9141 136551 21455 238464 PCI-MSI-edge eth0:v7-Tx
2289: 48562 109176 24880 135639 PCI-MSI-edge eth0:v6-Tx
2290: 107570 3702139 75813 3727686 PCI-MSI-edge eth0:v5-Tx
2291: 89445 9720752 132501 4888981 PCI-MSI-edge eth0:v4-Tx
2292: 137766 210305 24363 145395 PCI-MSI-edge eth0:v3-Rx
2293: 67075 7653882 70646 15840483 PCI-MSI-edge eth0:v2-Rx
2294: 89234 4985296 78648 6575514 PCI-MSI-edge eth0:v1-Rx
2295: 114302 232087 56105 256490 PCI-MSI-edge eth0:v0-Rx