IB/core: Set static rate in ib_init_ah_from_path()
authorRoland Dreier <rolandd@cisco.com>
Fri, 16 Feb 2007 23:31:24 +0000 (15:31 -0800)
committerRoland Dreier <rolandd@cisco.com>
Fri, 16 Feb 2007 23:31:24 +0000 (15:31 -0800)
commit7084f8429c940bac856123ce6d3946638fe20364
treef927019df1b464ea3ffb91091c40d2db913c1849
parent630e61f2fa9bc842f1065ffa023aae8065a5ab23
IB/core: Set static rate in ib_init_ah_from_path()

The static rate from the path record should be put into the address
vector -- a long time ago the rate in the address attributes needed to
be a relative rate, which required more munging, but now that the
conversion from absolute to relative is done in the low-level driver,
it's easy for ib_init_ah_from_path() to put the absolute rate in.

Cc: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
Cc: Sean Hefty <sean.hefty@intel.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/core/sa_query.c