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);