On Wed, Sep 07, 2022 at 09:45:07AM -0400, Tom Talpey wrote: > When loading the siw module, ib_uverbs is needed so that consumers may > access it. However, siw references only inline functions in ib_uverbs.h, > so the kernel linker can not detect this, and the module is not loaded > automatically. Add a module dependency to ensure ib_uverbs is present. No, that is not how things work. Modern rdma-core will auto-load uverbs when something uses it, we shouldn't have things like this. Jason