[PATCH] IB: Add automatic retries to MAD layer
Add automatic retries to MAD layer. Signed-off-by: Sean Hefty <sean.hefty@intel.com> Signed-off-by: Hal Rosenstock <halr@voltaire.com> Cc: Roland Dreier <rolandd@cisco.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
df9f9ead74
commit
f75b7a5294
@ -462,7 +462,8 @@ static int send_mad(struct ib_sa_query *query, int timeout_ms)
|
||||
.mad_hdr = &query->mad->mad_hdr,
|
||||
.remote_qpn = 1,
|
||||
.remote_qkey = IB_QP1_QKEY,
|
||||
.timeout_ms = timeout_ms
|
||||
.timeout_ms = timeout_ms,
|
||||
.retries = 0
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user