From: Andy Grover Date: Tue, 24 Feb 2009 15:30:23 +0000 (+0000) Subject: RDS: Connection handling X-Git-Tag: v2.6.30-rc1~662^2~487 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00e0f34c616603ba6500f41943cbf89eb4a8a5be;p=pandora-kernel.git RDS: Connection handling While arguably the fact that the underlying transport needs a connection to convey RDS's datagrame reliably is not important to rds proper, the transports implemented so far (IB and TCP) have both been connection-oriented, and so the connection state machine-related code is in the common rds code. This patch also includes several work items, to handle connecting, sending, receiving, and shutdown. Signed-off-by: Andy Grover Signed-off-by: David S. Miller --- Reading git-diff-tree failed