From: Emil Tantilov Date: Fri, 4 Mar 2011 03:20:59 +0000 (+0000) Subject: ixgbe: remove timer reset to 0 on timeout X-Git-Tag: v2.6.39-rc1~468^2~87^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e7eb4346329da3b9fd4b8d4a5a66d327d9fff6c;p=pandora-kernel.git ixgbe: remove timer reset to 0 on timeout The VF mailbox polling for acks and messages would reset the timer to zero on a timeout. Under heavy load a timeout may actually occur without being the result of an error and when this occurs it is not practical to perform a full VF driver reset on every message timeout. Instead, just return an error (which is already done) and the VF driver will have an opportunity to retry the operation. Signed-off-by: Emil Tantilov Acked-by: Greg Rose Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed