From: Roland Dreier Date: Sat, 21 Jul 2007 04:19:43 +0000 (-0700) Subject: mlx4_core: Change command token on timeout X-Git-Tag: v2.6.23-rc1~5^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0981582dbfae86ba0306406f1af329bb702752d2;p=pandora-kernel.git mlx4_core: Change command token on timeout The FW command token is currently only updated on a command completion event. This means that on command timeout, the same token will be reused for new command, which results in a mess if the timed out command *does* eventually complete. This is the same change as the patch for mthca from Michael S. Tsirkin that was just merged. It seems sensible to avoid gratuitous differences in FW command processing between mthca and mlx4. Signed-off-by: Roland Dreier --- Reading git-diff-tree failed