[infiniband] Allow for sending MADs via GMA without retransmission

This commit is contained in:
Michael Brown
2009-07-07 16:01:51 +01:00
parent b4155c4ab5
commit 3c77fe73a5
3 changed files with 60 additions and 36 deletions

View File

@@ -154,7 +154,7 @@ int ib_resolve_path ( struct ib_device *ibdev,
sizeof ( sa->sa_data.path_record.sgid ) );
/* Issue path record request */
if ( ( rc = ib_gma_request ( &ibdev->gma, &mad, NULL ) ) != 0 ) {
if ( ( rc = ib_gma_request ( &ibdev->gma, &mad, NULL, 1 ) ) != 0 ) {
DBGC ( ibdev, "IBDEV %p could not get path record: %s\n",
ibdev, strerror ( rc ) );
return rc;