linux-stable/drivers/net/ethernet/intel/ixgbevf
Alexander Duyck 4b2cd27f83 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 <alexander.h.duyck@intel.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2012-09-24 00:21:51 -07:00
..
defines.h ixgbevf: Add support for VF API negotiation 2012-09-20 02:47:19 -07:00
ethtool.c ixgbevf: Fix multiple issues in ixgbevf_get/set_ringparam 2012-07-18 13:18:24 -07:00
ixgbevf.h ixgbevf: Cleanup handling of configuration for jumbo frames 2012-08-30 19:22:22 -07:00
ixgbevf_main.c ixgbevf: Fix code for handling timeout 2012-09-24 00:21:51 -07:00
Makefile ixgbevf: Update copyright notices 2012-02-03 03:07:09 -08:00
mbx.c ixgbevf: Fix code for handling timeout 2012-09-24 00:21:51 -07:00
mbx.h ixgbevf: Add support for VF API negotiation 2012-09-20 02:47:19 -07:00
regs.h ixgbevf: Update copyright notices 2012-02-03 03:07:09 -08:00
vf.c ixgbevf: Fix code for handling timeout 2012-09-24 00:21:51 -07:00
vf.h ixgbevf: Add support for VF API negotiation 2012-09-20 02:47:19 -07:00