diff options
| author | Sasha Neftin <[email protected]> | 2020-06-07 08:51:27 +0000 |
|---|---|---|
| committer | Jeff Kirsher <[email protected]> | 2020-06-30 01:21:48 +0000 |
| commit | 725fa16d3622a3e9e21f37a4b79ce866afca5ef0 (patch) | |
| tree | 81bf71746060275edb5577d8aa4a5e225c2ede24 /drivers/net/ethernet/intel/igc/igc_mac.c | |
| parent | igc: Add LPI counters (diff) | |
| download | kernel-725fa16d3622a3e9e21f37a4b79ce866afca5ef0.tar.gz kernel-725fa16d3622a3e9e21f37a4b79ce866afca5ef0.zip | |
igc: Remove TCP segmentation TX fail counter
TCP segmentation TX context fail counter is not
applicable for i225 devices.
This patch comes to clean up this counter.
Signed-off-by: Sasha Neftin <[email protected]>
Tested-by: Aaron Brown<[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
Diffstat (limited to 'drivers/net/ethernet/intel/igc/igc_mac.c')
| -rw-r--r-- | drivers/net/ethernet/intel/igc/igc_mac.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/intel/igc/igc_mac.c b/drivers/net/ethernet/intel/igc/igc_mac.c index f3f7717b6233..9a5e44ef45f4 100644 --- a/drivers/net/ethernet/intel/igc/igc_mac.c +++ b/drivers/net/ethernet/intel/igc/igc_mac.c @@ -289,7 +289,6 @@ void igc_clear_hw_cntrs_base(struct igc_hw *hw) rd32(IGC_TNCRS); rd32(IGC_HTDPMC); rd32(IGC_TSCTC); - rd32(IGC_TSCTFC); rd32(IGC_MGTPRC); rd32(IGC_MGTPDC); |
