linux/drivers/net/ethernet/intel
Dave Ertman b767ca650f 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 <david.m.ertman@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
2020-07-29 08:38:54 -07:00
..
e1000 ethernet/intel: Convert fallthrough code comments 2020-07-01 13:47:43 -07:00
e1000e ethernet/intel: Convert fallthrough code comments 2020-07-01 13:47:43 -07:00
fm10k fm10k: convert to new udp_tunnel_nic infra 2020-07-14 17:04:27 -07:00
i40e i40e: introduce new dump desc XDP command 2020-07-01 14:44:17 -07:00
iavf iavf: Fix updating statistics 2020-07-01 14:45:59 -07:00
ice ice: Fix link broken after GLOBR reset 2020-07-29 08:38:54 -07:00
igb ethernet/intel: Convert fallthrough code comments 2020-07-01 13:47:43 -07:00
igbvf ethernet/intel: Convert fallthrough code comments 2020-07-01 13:47:43 -07:00
igc igc: Fix static checker warning 2020-07-27 08:49:32 -07:00
ixgb net/intel: remove driver versions from Intel drivers 2020-06-25 22:25:13 -07:00
ixgbe ixgbe: convert to new udp_tunnel_nic infra 2020-07-10 13:54:00 -07:00
ixgbevf ethernet/intel: Convert fallthrough code comments 2020-07-01 13:47:43 -07:00
e100.c net/intel: remove driver versions from Intel drivers 2020-06-25 22:25:13 -07:00
Kconfig ice: implement device flash update via devlink 2020-07-28 17:07:06 -07:00
Makefile