exo
exo copied to clipboard
Display RDMA debug info in macOS app.
Motivation
Often users are running into issues with RDMA. See https://github.com/exo-explore/exo/issues?q=is%3Aissue%20rdma Having some debug info in the macOS app will help to debug these issues.
Changes
Displays output of the following commands in the debug info section of the macOS app:
-
rdma_ctl status -
ibv_devices -
ibv_devinfo
Why It Works
It displays RDMA debug info in the debug info section of the macOS app.
Test Plan
Manual Testing
We need to make a new build of the macOS app and check the output under the following conditions:
- No RDMA enabled.
- RDMA enabled but no devices connected over TB5.
- RDMA enabled and devices connected over TB5.