Re: [PATCH net-next] cxgb4: handle interrupt raised when FW crashes

2017-06-08 Thread David Miller
From: Ganesh Goudar Date: Thu, 8 Jun 2017 13:43:21 +0530 > From: Rahul Lakkireddy > > Handle TIMER0INT when FW crashes. Check for PCIE_FW[FW_EVAL] > and if it says "Device FW Crashed", then treat it as fatal. > Else, non-fatal. > > Signed-off-by: Rahul Lakkireddy > Signed-off-by: Ganesh Goud

[PATCH net-next] cxgb4: handle interrupt raised when FW crashes

2017-06-08 Thread Ganesh Goudar
From: Rahul Lakkireddy Handle TIMER0INT when FW crashes. Check for PCIE_FW[FW_EVAL] and if it says "Device FW Crashed", then treat it as fatal. Else, non-fatal. Signed-off-by: Rahul Lakkireddy Signed-off-by: Ganesh Goudar --- drivers/net/ethernet/chelsio/cxgb4/t4_hw.c| 19