ixgbevf: add support for per-queue ethtool stats
Implement per-queue statistics for packets, bytes and busy poll specific counters. Signed-off-by: Emil Tantilov <emil.s.tantilov@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:

committed by
Jeff Kirsher

parent
d72d6c19b5
commit
a02a5a5341
@@ -422,16 +422,6 @@ struct ixgbevf_adapter {
|
||||
unsigned int tx_ring_count;
|
||||
unsigned int rx_ring_count;
|
||||
|
||||
#ifdef BP_EXTENDED_STATS
|
||||
u64 bp_rx_yields;
|
||||
u64 bp_rx_cleaned;
|
||||
u64 bp_rx_missed;
|
||||
|
||||
u64 bp_tx_yields;
|
||||
u64 bp_tx_cleaned;
|
||||
u64 bp_tx_missed;
|
||||
#endif
|
||||
|
||||
u8 __iomem *io_addr; /* Mainly for iounmap use */
|
||||
u32 link_speed;
|
||||
bool link_up;
|
||||
|
Reference in New Issue
Block a user