commit | cf311cd49a78f1e431787068cc31d29d06a415e6 | [log] [tgz] |
---|---|---|
author | Sean Hefty <sean.hefty@intel.com> | Tue Jan 10 07:39:34 2006 -0800 |
committer | Roland Dreier <rolandd@cisco.com> | Tue Jan 10 07:39:34 2006 -0800 |
tree | 369bb01420f5120df73c12903eb9e7783b8489ad | |
parent | 87635b71b544563f29050a9cecaa12b5d2a3e34a [diff] |
IB: Add node_guid to struct ib_device Add a node_guid field to struct ib_device. It is the responsibility of the low-level driver to initialize this field before registering a device with the midlayer. Convert everyone to looking at this field instead of calling ib_query_device() when all they want is the node GUID, and remove the node_guid field from struct ib_device_attr. Signed-off-by: Sean Hefty <sean.hefty@intel.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>