Searched hist:afd9d4ab58db20029a75cf82f23b6a5641cd7d6f (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice.h | diff afd9d4ab58db20029a75cf82f23b6a5641cd7d6f Fri Oct 26 12:40:51 CDT 2018 Anirudh Venkataramanan <anirudh.venkataramanan@intel.com> ice: Check for reset in progress during remove
The remove path does not currently check to see if a reset is in progress before proceeding. This can cause a resource collision resulting in various types of errors.
Check for reset in progress and wait for a reasonable amount of time before allowing the remove to progress.
Signed-off-by: Dave Ertman <david.m.ertman@intel.com> Signed-off-by: Anirudh Venkataramanan <anirudh.venkataramanan@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
|
H A D | ice_main.c | diff afd9d4ab58db20029a75cf82f23b6a5641cd7d6f Fri Oct 26 12:40:51 CDT 2018 Anirudh Venkataramanan <anirudh.venkataramanan@intel.com> ice: Check for reset in progress during remove
The remove path does not currently check to see if a reset is in progress before proceeding. This can cause a resource collision resulting in various types of errors.
Check for reset in progress and wait for a reasonable amount of time before allowing the remove to progress.
Signed-off-by: Dave Ertman <david.m.ertman@intel.com> Signed-off-by: Anirudh Venkataramanan <anirudh.venkataramanan@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
|