diff options
author | Jacob Keller <jacob.e.keller@intel.com> | 2016-11-18 20:45:39 +0300 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2017-01-08 12:44:54 +0300 |
commit | 0035ddf4399ca9a86c593a25fcf1bcd09b042f10 (patch) | |
tree | 7c652a7a61db178aa8c724e606dee8179926257e /drivers/net | |
parent | b5db29f08afc063b49178b23c9e221434000e9ba (diff) | |
download | linux-0035ddf4399ca9a86c593a25fcf1bcd09b042f10.tar.xz |
fm10k: remove FM10K_FLAG_DEBUG_STATS
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>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/ethernet/intel/fm10k/fm10k.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/intel/fm10k/fm10k.h b/drivers/net/ethernet/intel/fm10k/fm10k.h index 75d2c8018815..52b979443cde 100644 --- a/drivers/net/ethernet/intel/fm10k/fm10k.h +++ b/drivers/net/ethernet/intel/fm10k/fm10k.h @@ -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 */ |