diff options
author | 2020-05-07 17:41:00 -0700 | |
---|---|---|
committer | 2020-05-21 22:10:03 -0700 | |
commit | 610ed0e93e7dd107afc2398d54de6b6fe9513f8d (patch) | |
tree | ef649cce1e2175f1b9e2024631015693a538297f /drivers/net/ethernet/intel/ice/ice_ethtool.c | |
parent | ice: Add VF promiscuous support (diff) | |
download | wireguard-linux-610ed0e93e7dd107afc2398d54de6b6fe9513f8d.tar.xz wireguard-linux-610ed0e93e7dd107afc2398d54de6b6fe9513f8d.zip |
ice: Don't reset and rebuild for Tx timeout on PFC enabled queue
When there's a Tx timeout for a queue which belongs to a PFC enabled TC,
then it's not because the queue is hung but because PFC is in action.
In PFC, peer sends a pause frame for a specified period of time when its
buffer threshold is exceeded (due to congestion). Netdev on the other
hand checks if ACK is received within a specified time for a TX packet, if
not, it'll invoke the tx_timeout routine.
Signed-off-by: Avinash JD <avinash.dayanand@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_ethtool.c')
0 files changed, 0 insertions, 0 deletions