Applied, thanks! Damien Zammit, le dim. 27 févr. 2022 07:52:02 +0000, a ecrit: > Perhaps some logic needs to be added to prevent > concurrent pci accesses by multiple clients > since some pci commands are non-atomic (?)
Indeed, actually libpciaccess doesn't seem to have any support for thread safety. I guess we should just add a global lock around all usage of the library. Samuel