commit | 46f1b3d7aff99ef4c1e729e023b9c8ee51de5973 | [log] [tgz] |
---|---|---|
author | Sean Hefty <sean.hefty@intel.com> | Thu Apr 05 11:50:11 2007 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Tue Apr 24 16:31:12 2007 -0700 |
tree | f627ca5c470e4092912335d2f8bb011df63293a2 | |
parent | d0e7bb141837db620f24406ca8b4667424138d42 [diff] |
IB/ipoib: Use ib_init_ah_from_path to initialize ah_attr To support destinations that are not on the local IB subnet, IPoIB should include the GRH information when constructing an address handle. Using the existing ib_init_ah_from_path() call will do this for us. Signed-off-by: Sean Hefty <sean.hefty@intel.com>