commit | 47645d8d25387c08bb3ccd84e1405c3776f21d24 | [log] [tgz] |
---|---|---|
author | Sean Hefty <sean.hefty@intel.com> | Wed Feb 21 16:37:31 2007 -0800 |
committer | Roland Dreier <rolandd@cisco.com> | Thu Feb 22 17:54:02 2007 -0800 |
tree | 0d5267a1401c1d2ad80d48181f9c63b43ec84c3a | |
parent | aaf1aef55f50f53812871693692c7cbefcd57f39 [diff] |
IB/core: Set hop limit in ib_init_ah_from_wc correctly The hop_limit value in the ah_attr should be 0xFF, not the value read from the received GRH (which should be 0). See 13.5.4.4 in the 1.2 IB spec. Signed-off-by: Sean Hefty <sean.hefty@intel.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>