]> git.baikalelectronics.ru Git - kernel.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)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 10 Jun 2015 00:30:05 +0000 (17:30 -0700)
commitafaeb1ff6c8f58f5e52fda2152c0d7af74af93ae
tree096c2952a99815dc577e1a0aedff6fe1b546b528
parent5015de164e380a3462134e15bae797e5528483e2
ixgbe: fix bug in not clearing counters for X550 devices

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>
drivers/net/ethernet/intel/ixgbe/ixgbe_common.c