From: Alexander Duyck Date: Thu, 2 Aug 2012 01:16:59 +0000 (+0000) Subject: ixgbevf: Fix code for handling timeout X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~47^2~99 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b2cd27f834e526f933aa63ce91964b7581271f4;p=pandora-kernel.git ixgbevf: Fix code for handling timeout The VF driver was not designed to correctly handle a message timeout. As a result it is possible for one bad message to invalidate all messages following it until the part is reset. Instead we should copy the example in igbvf of how to handle a mailbox event and message timeout. Signed-off-by: Alexander Duyck Tested-by: Phil Schmitt Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed