]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit251851b83afe850565f170a13039e2dbf6363e41
treef927019df1b464ea3ffb91091c40d2db913c1849
parentf56021cfd8bbdf1f57c9dca8fb2e7b69c065b57d
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