Closed RinHizakura closed 5 months ago
Hi, thanks for the contribution, much appreciated. I have made a few minor changes, nothing major, and added the --pci-dev option to the manual and expanded the commit message. Applied and pushed to the repository.
I am looking for the functionality to stress the specified PCI bus. This implementation should support this.
A small optimization can be done here to avoid
snprintf()
twice for the path of the PCI device if using the--pci-dev
option. However, this should have less impact, so I don't do such optimization. Please let me know if you also prefer to add this work as well.