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.
This PR introduces a suggestion for the problem related to the SMI/GSI separation in XDR supported HCAs
Added 2 new methods to libibumad:
- umad_get_smi_gsi_pairs
- umad_get_smi_gsi_pairs_by_name
Added 2 new method to libibmad:
- mad_rpc_open_port2
- mad_rpc_close_port2
mad_rpc_open_port2 will return a pointer to struct
ibmad_ports_pair that holds smi/gsi port items
that includes inside the relevant ca name and ibmad_port pointer.
Also there's a demonstration for how to use this new API in smpquery:
We're getting SMI/GSI details and need to pass the relevant ibmad_port/CA name to the required methods depending if it is using SMI/GSI calls.
For example:
resolve_portid_str is using inside a GMP calls so we're passing it the gsi name and gsi port
smp_query_via is using SMP calls so we're passing it the smi port