]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit966bc0102271872083b02ee810107536986f273f
treec9264574c790e8221f3d6e706060c908ba452160
parentd88196e35bb122ef026437f405a7090365b6e51c
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