commit | e5b251a24a9cd34a7ef98e361eb94e7ab122a554 | [log] [tgz] |
---|---|---|
author | Roland Dreier <rolandd@cisco.com> | Sun Oct 30 13:07:03 2005 -0800 |
committer | Roland Dreier <rolandd@cisco.com> | Mon Oct 31 07:10:32 2005 -0800 |
tree | c29760bafd7107252389712965ad7e4ed0791a82 | |
parent | 7162a3e0db34e914a8bc5bf74bbae0b386310cf8 [diff] |
[IB] mthca: Avoid SRQ free WQE list corruption Fix wqe_to_link() to use a structure field that we know is definitely always unused for receive work requests, so that it really avoids the free list corruption bug that the comment claims it does. Signed-off-by: Roland Dreier <rolandd@cisco.com>