]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
fm10k: remove FM10K_FLAG_DEBUG_STATS
authorJacob Keller <jacob.e.keller@intel.com>
Fri, 18 Nov 2016 17:45:39 +0000 (09:45 -0800)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sun, 8 Jan 2017 09:44:54 +0000 (01:44 -0800)
The debug statistics were removed due to complications with the ethtool
statistics API which are not possible to resolve without a new
statistics interface. The flag was left behind, but we no longer need
it.

Signed-off-by: Jacob Keller <jacob.e.keller@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/fm10k/fm10k.h

index 75d2c8018815f378ac2c64ede197afb2d7ad2555..52b979443cdecd702177ff40bf71c1162a0d0783 100644 (file)
@@ -261,7 +261,6 @@ struct fm10k_intfc {
 #define FM10K_FLAG_RSS_FIELD_IPV4_UDP          (u32)(BIT(1))
 #define FM10K_FLAG_RSS_FIELD_IPV6_UDP          (u32)(BIT(2))
 #define FM10K_FLAG_SWPRI_CONFIG                        (u32)(BIT(3))
-#define FM10K_FLAG_DEBUG_STATS                 (u32)(BIT(4))
        int xcast_mode;
 
        /* Tx fast path data */