ocp-diag-pcicrawler icon indicating copy to clipboard operation
ocp-diag-pcicrawler copied to clipboard

pcicrawler is a Python based command line interface tool which can be used to display, filter and export information about PCI (Peripheral Component Interconnect) or PCIe buses and devices, as well as...

Results 9 ocp-diag-pcicrawler issues
Sort by recently updated
recently updated
newest added

Added support to check pci parameters and support an input json file to test the differences out. An example JSON is: ```json { "duts": [ { "identifiers": { "address": "0000:00:15.3"...

I think it would be nice to have non-root access to this utility: Without root: ![image](https://github.com/opencomputeproject/ocp-diag-pcicrawler/assets/90008/2c842d88-f288-4858-93e1-6e7e3454b7ec) With root ![image](https://github.com/opencomputeproject/ocp-diag-pcicrawler/assets/90008/3697c545-d46a-4766-8d56-10b4b6361f32) While the information about the speed isn't there, in the `--tree`...

contrib document still references facebook. we need to change this to ocp

Its kinda unfortunate that the original repo was moved and the history was lost. However, it seems like there have been some changes since 2021. A new pypi release would...

Link Status shows the speed as unknown due to it is not Gen 5 ready, can you please update it? also Link Cap should be updated to allow Gen 5...

Stacktrace: ```# pcicrawler Traceback (most recent call last): File "/usr/local/bin/pcicrawler", line 8, in sys.exit(main()) File "/usr/local/lib/python3.8/dist-packages/click/core.py", line 1137, in __call__ return self.main(*args, **kwargs) File "/usr/local/lib/python3.8/dist-packages/click/core.py", line 1062, in main rv...

`pcicrawler -t` displays nothing when all devices are root devices (e.g. when running on a VM as below): ``` # pcicrawler -t # ``` Adding some print statement, I can...

Bumped into this tool. Built and installed it for ubuntu 18.04. I was hoping this would dump config space in a humanly readable format. Let me know if this is...

After looking at all the options available through `--help`. It looks like this is a read-only access to pci config space. So ideally root access should not be a requirement....