mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-30 22:50:54 -04:00
be2net: update some counters to display via ethtool
update pmem_fifo_overflow_drop, rx_priority_pause_frames counters. Signed-off-by: Ajit Khaparde <ajit.khaparde@emulex.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
86e62ad6b2
commit
02fe702796
@@ -316,6 +316,8 @@ static void populate_be3_stats(struct be_adapter *adapter)
|
||||
struct be_drv_stats *drvs = &adapter->drv_stats;
|
||||
|
||||
be_dws_le_to_cpu(hw_stats, sizeof(*hw_stats));
|
||||
drvs->pmem_fifo_overflow_drop = port_stats->pmem_fifo_overflow_drop;
|
||||
drvs->rx_priority_pause_frames = port_stats->rx_priority_pause_frames;
|
||||
drvs->rx_pause_frames = port_stats->rx_pause_frames;
|
||||
drvs->rx_crc_errors = port_stats->rx_crc_errors;
|
||||
drvs->rx_control_frames = port_stats->rx_control_frames;
|
||||
|
||||
Reference in New Issue
Block a user