mirror of
https://github.com/ipxe/ipxe
synced 2025-12-26 01:22:37 +03:00
[infiniband] Always create an SMA and a GMA
This commit is contained in:
@@ -98,7 +98,7 @@ ib_find_path_cache_entry ( struct ib_device *ibdev, struct ib_gid *dgid ) {
|
||||
*/
|
||||
int ib_resolve_path ( struct ib_device *ibdev,
|
||||
struct ib_address_vector *av ) {
|
||||
struct ib_gma *gma = &ibdev->gma;
|
||||
struct ib_gma *gma = ibdev->gma;
|
||||
struct ib_gid *gid = &av->gid;
|
||||
struct ib_cached_path_record *cached;
|
||||
union ib_mad mad;
|
||||
|
||||
Reference in New Issue
Block a user