You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the code looks up a specific directory to obtain NIC devices. However in my environment, an disabled (I'm not sure as I'm not the system maintainer, but the device does not exist in the output of ibv_device). I advise using ibv_get_device_list (or equivalent API methods) to retrieve the list of valid RDMA NIC devices. This ensures better portability, correctness, and alignment with the official API.