commit | d6cff021e24515255b296d399ec517a68bf2ed08 | [log] [tgz] |
---|---|---|
author | Roland Dreier <rolandd@cisco.com> | Tue Sep 13 10:41:03 2005 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Sun Sep 18 22:02:37 2005 -0700 |
tree | f3d21aca027cb7065522629c00f65fc3a8fb1d96 | |
parent | bb4a7f0da75ce9f3e933880428d39b2aa1f16961 [diff] |
[PATCH] IB/mthca: fix posting of first work request Fix posting first WQE for mem-free HCAs: we need to link to previous WQE even in that case. While we're at it, simplify code for Tavor-mode HCAs. We don't really need the conditional test there either; we can similarly always link to the previous WQE. Based on Michael S. Tsirkin's analogous fix for userspace libmthca. Signed-off-by: Roland Dreier <rolandd@cisco.com>