[infiniband] Always create an SMA and a GMA

This commit is contained in:
Michael Brown
2009-07-09 03:49:37 +01:00
parent 80c41b90d2
commit 92cf240020
9 changed files with 299 additions and 390 deletions

View File

@@ -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;