From: Roland Dreier Date: Tue, 13 Sep 2005 17:41:03 +0000 (-0700) Subject: [PATCH] IB/mthca: fix posting of first work request X-Git-Tag: v2.6.14-rc3~150^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6cff021e24515255b296d399ec517a68bf2ed08;p=pandora-kernel.git [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 --- Reading git-diff-tree failed