在浏览'prtconf'输出时,我发现PCIe设备的以下属性我正在实现驱动程序:
% prtconf -v | less
...
name='pci-msix-capid-pointer' type=int items=1
value=000000b0
name='pci-msi-capid-pointer' type=int items=1
value=00000050
...
我想这些表明PCIe设备支持的MSI / MSI-X特定功能,对吗?但这里的价值意味着什么?
答案 0 :(得分:2)
你可以在@ andrew-henle指向的文件中查看pci_common_intr_ops()。这些值指的是PCI或PCI-E配置空间的偏移量。如果您的设备不支持MSI-X中断,那么您将无法看到该属性。