Skip to content

Commit

Permalink
fm10k: remove FM10K_FLAG_DEBUG_STATS
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jacob Keller authored and Jeff Kirsher committed Jan 8, 2017
1 parent b5db29f commit 0035ddf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/ethernet/intel/fm10k/fm10k.h
Original file line number Diff line number Diff line change
@@ -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 */

0 comments on commit 0035ddf

Please sign in to comment.