Added UMAD utilities for planarized fabrics, modified ibportstate to be compatible with planarized fabrics#1398
Open
anir-nvidia wants to merge 3 commits intolinux-rdma:masterfrom
Open
Added UMAD utilities for planarized fabrics, modified ibportstate to be compatible with planarized fabrics#1398anir-nvidia wants to merge 3 commits intolinux-rdma:masterfrom
anir-nvidia wants to merge 3 commits intolinux-rdma:masterfrom
Conversation
8a5a55c to
c9f7bc4
Compare
4254c61 to
a241956
Compare
ext_umad ("extended umad") provides an interface and utilities for
handling planarized HCAs. The planarized HCAs appear as 2 separate
devices on umad_get_cas output, and the ext_umad interface allows to
group the devices together, and find matching devices.
Signed-off-by: Amir Nir <anir@nvidia.com>
In planarized fabrics, all SMPs must be sent by direct route. convert_portid_to_dr converts a portid object to direct route. Signed-off-by: Amir Nir <anir@nvidia.com>
a241956 to
86eeb17
Compare
…brics. ibportstate now checks if source CA is a planarized CA, and if so, uses direct route only. if the destination's direct route isn't given as argument, ibportstate will perform a fabric discovery to determine the direct route to the destination. Signed-off-by: Amir Nir <anir@nvidia.com>
86eeb17 to
f6b1ed0
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.
Added ext_umad files with utilities to handle XDR devices, where a single CA has 2 umad devices.
Adapted ibportstate to send SMP only in direct route, as required in planarized fabrics (LID routed SMPs aren't valid in planarized fabrics).