Replies: 1 comment
-
After a quick scanning through the source code, enable MULTI_RAIL helps, but not elegant. Device/TL select looks smart, but not that flexible in real online situation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have multiple mlx5 devices in my container and also created multiple endpoint for different RMA buffers' put. But all of rdma traffic distributes on single mlx5 device(the first) even bandwidth reaches its limit with UCX_NET_DEVICES specifies all.
However, It's possible to make these traffic on another mlx5 device with UCX_NET_DEVICES changes.
Is it possible to make ib traffic distributed on all of mlx5 devices with v1.16.0 ? Enable multi-rail doesn't help.
Thanks for your reply.
Beta Was this translation helpful? Give feedback.
All reactions