diff options
| author | Dave Ertman <[email protected]> | 2020-07-13 20:53:05 +0000 |
|---|---|---|
| committer | Tony Nguyen <[email protected]> | 2020-07-29 15:38:54 +0000 |
| commit | b767ca650f9e9cc3308d8714137264f4a6d908ce (patch) | |
| tree | 190b642657c3ff4d3b44121dd485de7fa0748a00 /drivers/net/ethernet/intel/ice/ice_dcb_lib.c | |
| parent | ice: Implement LFC workaround (diff) | |
| download | kernel-b767ca650f9e9cc3308d8714137264f4a6d908ce.tar.gz kernel-b767ca650f9e9cc3308d8714137264f4a6d908ce.zip | |
ice: Fix link broken after GLOBR reset
After a GLOBR, the link was broken so that a link
up situation was being seen as a link down.
The problem was that the rebuild process was updating
the port_info link status without doing any of the
other things that need to be done when link changes.
This was causing the port_info struct to have current
"UP" information so that any further UP interrupts
were skipped as redundant.
The rebuild flow should *not* be updating the port_info
struct link information, so eliminate this and leave
it to the link event handling code.
Signed-off-by: Dave Ertman <[email protected]>
Tested-by: Andrew Bowers <[email protected]>
Signed-off-by: Tony Nguyen <[email protected]>
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_dcb_lib.c')
0 files changed, 0 insertions, 0 deletions
