OSDN Git Service

sfc: call mcdi_reboot_detected() when MC reboots during an MCDI command
authorJon Cooper <jcooper@solarflare.com>
Wed, 8 Feb 2017 16:51:33 +0000 (16:51 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 9 Feb 2017 21:47:53 +0000 (16:47 -0500)
commit0ca2b46dbb645c1aa23eda6f5ac49a7be31ac87d
treec9264574c790e8221f3d6e706060c908ba452160
parent8a531400623c52b09bc3b718e9a6142eb60a11a7
sfc: call mcdi_reboot_detected() when MC reboots during an MCDI command

This function wasn't being called in this particular case when the MC
 reboots. This caused resource reallocations to not be handled properly
 and often ended up disabling the interface.

Signed-off-by: Edward Cree <ecree@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/sfc/mcdi.c