-
Notifications
You must be signed in to change notification settings - Fork 508
Description
Hello,
I'm trying to use pcm-pcie to understand the PCIe characteristics of my network hardware, but the tool seems to be reporting invalid values for several fields. For instance, here's the output of sudo ./pcm-pcie.x -e on a dual-socket Intel Xeon E5-2620 (Broadwell) server running Ubuntu 18.04 (help block elided for brevity).
In the first output block, PCIRdCur reports "18446744 T" (2^64 - 1) hits for socket #0, with 0 total accesses. The same value seems to show up in several places, e.g. in this run:
The help block indicates that certain fields (PCIeReadCur, RFO, CRd) "may report 0" if the BIOS is improperly configured, but this also shows up in other fields (e.g. ItoM, PRd), suggesting that it's a different issue. I've tried using the tool on two other machines in our cluster (same server configuration) without any luck. Any insights on what's causing this or how to fix it would be greatly appreciated. Thank you!
Best Regards,
Nirav

