From: Sean Hefty Date: Thu, 19 Nov 2009 20:57:18 +0000 (-0800) Subject: IB/addr: Store net_device type instead of translating to RDMA transport X-Git-Tag: v2.6.33-rc1~60^2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4315d85f9b76834289fd503796c01b8311c4b84;p=pandora-kernel.git IB/addr: Store net_device type instead of translating to RDMA transport The struct rdma_dev_addr stores net_device address information: the source device address, destination hardware address, and broadcast address. For consistency, store the net_device type rather than converting it to the rdma_node_type. The type indicates the format of the various hardware addresses, which is what we're concerned with, and not the RDMA node type that the address may map to. Signed-off-by: Sean Hefty Signed-off-by: Roland Dreier --- Reading git-diff-tree failed