Re: [PATCH net] be2net: Fix error detection logic for BE3

2018-05-29 Thread David Miller
From: Suresh Reddy Date: Mon, 28 May 2018 01:26:06 -0400 > Check for 0xE00 (RECOVERABLE_ERR) along with ARMFW UE (0x0) > in be_detect_error() to know whether the error is valid error or not > > Fixes: 673c96e5a ("be2net: Fix UE detection logic for BE3") > Signed-off-by: Suresh Reddy Applied an

[PATCH net] be2net: Fix error detection logic for BE3

2018-05-27 Thread Suresh Reddy
Check for 0xE00 (RECOVERABLE_ERR) along with ARMFW UE (0x0) in be_detect_error() to know whether the error is valid error or not Fixes: 673c96e5a ("be2net: Fix UE detection logic for BE3") Signed-off-by: Suresh Reddy --- drivers/net/ethernet/emulex/benet/be_main.c | 4 +++- 1 file changed, 3 ins