@@ -1,6 +1,6 @@
/*
* Copyright (c) 2005 Voltaire Inc. All rights reserved.
- * Copyright (c) 2005-2007 Intel Corporation. All rights reserved.
+ * Copyright (c) 2005-2015 Intel Corporation. All rights reserved.
* Copyright (c) 2004-2005, Mellanox Technologies, Inc. All rights reserved.
* Copyright (c) 2003 Topspin Corporation. All rights reserved.
* Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
@@ -1095,7 +1095,7 @@ dapls_ib_cm_remote_addr(IN DAT_HANDLE dat_handle, OUT DAT_SOCK_ADDR6 * raddr)
*/
int dapls_ib_private_data_size(IN DAPL_HCA * hca_ptr)
{
- return RDMA_MAX_PRIVATE_DATA;
+ return IB_MAX_REQ_PDATA_SIZE;
}
void dapli_cma_event_cb(void)