Skip to content
Commit f147dd9e authored by Andy Grover's avatar Andy Grover
Browse files

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: default avatarAndy Grover <andy.grover@oracle.com>
parent 9c030391
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment