summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/rpc
diff options
context:
space:
mode:
authorBill Taylor <Bill.Taylor@Sun.COM>2009-01-20 13:11:16 -0800
committerBill Taylor <Bill.Taylor@Sun.COM>2009-01-20 13:11:16 -0800
commit03494a9880d80f834bec10a1e8f0a2f8f7c97bf4 (patch)
tree5873b6f4dd712eb33d82a1fe5d94151d1a4aee6f /usr/src/uts/common/rpc
parentf081dbc94e8b328991b5b6f050aa277d4be53935 (diff)
downloadillumos-joyent-03494a9880d80f834bec10a1e8f0a2f8f7c97bf4.tar.gz
PSARC/2008/726 New HCA Capabilities
PSARC/2008/762 IB Support for Relaxed Ordering PSARC/2008/630 IBTF IO Memory 6771256 IBTF V3 - InfiniBand APIs/ABI needs enhancements to be competitive 6747341 Add FMA to hermon driver 6711885 add IB support for Relaxed Ordering 6323328 tavor panic seen in event handler for catastrophic error 6770100 Mask b23 of the QPNs generated by hermon 6662251 add Reserved L_Key 6764786 Array overrun in libdat 6769108 HCA driver: Enable OpenMPI implementation to coexist with Solaris UDAPL 6769107 protocol: Enable OpenMPI implementation to coexist with Solaris UDAPL 6608903 Need a new ibt_alloc_io_mem() function 6763805 Add support for ibc_alloc_io_mem() API 6737797 Add support for ibc_alloc_io_mem() 6764643 Enable IOMMU Bypass feature by default
Diffstat (limited to 'usr/src/uts/common/rpc')
-rw-r--r--usr/src/uts/common/rpc/rpcib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/rpc/rpcib.c b/usr/src/uts/common/rpc/rpcib.c
index aba7803131..4bb39ae2ef 100644
--- a/usr/src/uts/common/rpc/rpcib.c
+++ b/usr/src/uts/common/rpc/rpcib.c
@@ -374,7 +374,7 @@ static rdma_stat rib_chk_srv_ibaddr(struct netbuf *, int,
* Registration with IBTF as a consumer
*/
static struct ibt_clnt_modinfo_s rib_modinfo = {
- IBTI_V2,
+ IBTI_V_CURR,
IBT_GENERIC,
rib_async_handler, /* async event handler */
NULL, /* Memory Region Handler */