From: Steve Wise Date: Fri, 25 Jul 2014 14:11:33 +0000 (-0500) Subject: RDMA/iwcm: Use a default listen backlog if needed X-Git-Tag: omap-for-v3.17/fixes-against-rc2~62^2^5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f0304d21867476394cd51a54e97f7273d112261;p=pandora-kernel.git RDMA/iwcm: Use a default listen backlog if needed If the user creates a listening cm_id with backlog of 0 the IWCM ends up not allowing any connection requests at all. The correct behavior is for the IWCM to pick a default value if the user backlog parameter is zero. Lustre from version 1.8.8 onward uses a backlog of 0, which breaks iwarp support without this fix. Signed-off-by: Steve Wise Cc: Signed-off-by: Roland Dreier --- Reading git-diff-tree failed