]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ixgbe: fix bug in not clearing counters for X550 devices
authorDon Skidmore <donald.c.skidmore@intel.com>
Wed, 10 Jun 2015 00:00:05 +0000 (17:00 -0700)
committerSantosh Shilimkar <santosh.shilimkar@oracle.com>
Thu, 27 Aug 2015 15:00:24 +0000 (08:00 -0700)
commit30fb36396a083d98bfb1d5ad61d5f90d250395b4
treeaf1b611e350b587bbbedfe15536eb6045da96827
parent417267ad269f8012843489bd68c7ec1934bb7ea3
ixgbe: fix bug in not clearing counters for X550 devices

Orabug: 21669416

This check was missed in when this new MAC type was added.  Since
these counts can be incremented for X550 we need to clear them.

Signed-off-by: Don Skidmore <donald.c.skidmore@intel.com>
Tested-by: Krishneil Singh <krishneil.k.singh@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
(cherry picked from commit e87ce1cd89b527eb963bfc9654206d83661f0fdd)
Signed-off-by: Brian Maly <brian.maly@oracle.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_common.c