From: Andy Grover Date: Wed, 13 Jan 2010 23:50:09 +0000 (-0800) Subject: RDS/IB: Disallow connections less than RDS 3.1 X-Git-Tag: v2.6.37-rc1~147^2~499^2~87 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f147dd9ecabf23fd63d2562ffe64252a0453ecde;p=pandora-kernel.git RDS/IB: Disallow connections less than RDS 3.1 RDS 3.0 connections (in OFED 1.3 and earlier) put the header at the end. 3.1 connections put it at the head. The code has significant added complexity in order to handle both configurations. In OFED 1.6 we can drop this and simplify the code by only supporting "header-first" configuration. This patch checks the protocol version, and if prior to 3.1, does not complete the connection. Signed-off-by: Andy Grover --- Reading git-diff-tree failed