summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/include/ib_verbs.h
diff options
context:
space:
mode:
authorHal Rosenstock2005-07-27 20:45:29 +0200
committerLinus Torvalds2005-07-28 01:26:10 +0200
commitf75b7a5294949cd1b7bc301e3087c7bb78e22520 (patch)
treefaea8070eb47b3526daa32dbb60f405f958e4a7e /drivers/infiniband/include/ib_verbs.h
parent[PATCH] IB: Add ib_coalesce_recv_mad to MAD (diff)
downloadkernel-qcow2-linux-f75b7a5294949cd1b7bc301e3087c7bb78e22520.tar.gz
kernel-qcow2-linux-f75b7a5294949cd1b7bc301e3087c7bb78e22520.tar.xz
kernel-qcow2-linux-f75b7a5294949cd1b7bc301e3087c7bb78e22520.zip
[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>
Diffstat (limited to 'drivers/infiniband/include/ib_verbs.h')
-rw-r--r--drivers/infiniband/include/ib_verbs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/infiniband/include/ib_verbs.h b/drivers/infiniband/include/ib_verbs.h
index e5bd9a10c201..b6107c4b683a 100644
--- a/drivers/infiniband/include/ib_verbs.h
+++ b/drivers/infiniband/include/ib_verbs.h
@@ -566,6 +566,7 @@ struct ib_send_wr {
u32 remote_qpn;
u32 remote_qkey;
int timeout_ms; /* valid for MADs only */
+ int retries; /* valid for MADs only */
u16 pkey_index; /* valid for GSI only */
u8 port_num; /* valid for DR SMPs on switch only */
} ud;