[portals4] r2281 committed - Fix issue with mis-reporting of max message size limit for IB devices

0 views
Skip to first unread message

port...@googlecode.com

unread,
Aug 13, 2014, 6:31:01 PM8/13/14
to portals4...@googlegroups.com
Revision: 2281
Author: regra...@gmail.com
Date: Wed Aug 13 22:30:49 2014 UTC
Log: Fix issue with mis-reporting of max message size limit for IB
devices


http://code.google.com/p/portals4/source/detail?r=2281

Modified:
/trunk/src/ib/ptl_iface_ib.c

=======================================
--- /trunk/src/ib/ptl_iface_ib.c Tue Apr 1 14:37:21 2014 UTC
+++ /trunk/src/ib/ptl_iface_ib.c Wed Aug 13 22:30:49 2014 UTC
@@ -42,6 +42,8 @@
&port_attr);
if (ret)
return ret;
+
+ set_param(PTL_LIM_MAX_MSG_SIZE, port_attr.max_msg_sz);
set_param_max(PTL_LIM_MAX_MSG_SIZE, port_attr.max_msg_sz);

ptl_info("max msg size is: %u",port_attr.max_msg_sz);
Reply all
Reply to author
Forward
0 new messages