[Mooncake] Auto-discover compatible RDMA devices for Mooncake Connector - #44919
Open
wzhao18 wants to merge 4 commits into
Open
[Mooncake] Auto-discover compatible RDMA devices for Mooncake Connector#44919wzhao18 wants to merge 4 commits into
wzhao18 wants to merge 4 commits into
Conversation
wzhao18
requested review from
ApostaC,
NickLucche,
orozery and
xuechendi
as code owners
June 8, 2026 19:33
wzhao18
force-pushed
the
wzhao/mooncake-kv-offload
branch
2 times, most recently
from
June 8, 2026 20:26
f96005f to
b90efd5
Compare
Contributor
|
This pull request has merge conflicts that must be resolved before it can be |
wzhao18
force-pushed
the
wzhao/mooncake-kv-offload
branch
from
June 9, 2026 20:02
b90efd5 to
164479a
Compare
Signed-off-by: wzhao18 <wzhao18.sz@gmail.com>
Signed-off-by: wzhao18 <wzhao18.sz@gmail.com>
Signed-off-by: wzhao18 <wzhao18.sz@gmail.com>
wzhao18
force-pushed
the
wzhao/mooncake-kv-offload
branch
from
June 9, 2026 20:39
df5cb1a to
b47a1bc
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
The PR supports auto-discovery for compatible and mutually routable RDMA devices for use by the Mooncake connectors (e.g.,
MooncakeConnector,MooncakeStoreConnector) when no device names are specified. The existing device selection in mooncake can use all devices in/sys/class/infinibandas candidates, which can lead to errors:node_type=7: unspecifiedandlink_layer=Unknownare not usablepkey0=0x7fff) can cause transfer failure, despite successful startup.Example (B300, 16 RNICs):
Same rail ping (success):
Cross-rail ping (fail):
Test Plan
Test Result
Essential Elements of an Effective PR Description Checklist
supported_models.mdandexamplesfor a new model.