Jain Johny
Results
2
comments of
Jain Johny
My defence is that AER is a PCIe feature and not specific to class/net. In the future, we might have to implement it for all other classes as well (nvme,...
https://github.com/prometheus/procfs/blob/master/sysfs/net_class_aer.go#L136 https://github.com/prometheus/procfs/blob/master/sysfs/net_class_aer.go#L188 We have hardcoded `device` in the path construction inside the parsers. This works for `/sys/class/*/*` (used in net_class_aer.go), but not for `/sys/bus/pci/devices/*` (used in pci_device.go). Will have to...