]> www.infradead.org Git - users/jedix/linux-maple.git/commit
fm10k: rename mbx_tx_oversized statistic to mbx_tx_dropped
authorJacob Keller <jacob.e.keller@intel.com>
Fri, 16 Oct 2015 17:57:03 +0000 (10:57 -0700)
committerChuck Anderson <chuck.anderson@oracle.com>
Sun, 26 Feb 2017 06:03:28 +0000 (22:03 -0800)
commit20ee18c3913e093389183997d132c94e920af81b
tree83dc7625ab3b00679109218618833ca0403c7034
parentacac88af3e534e18697231c57887984a9836bb8a
fm10k: rename mbx_tx_oversized statistic to mbx_tx_dropped

Originally this statistic was renamed because the method of dropping was
called "drop_oversized_messages", but this logic has changed much, and
this counter does actually represent messages which we failed to
transmit for a number of reasons. Rename the counter back to tx_dropped
since this is when it will increment, and it is less confusing.

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>
Orabug: 25394529
(cherry picked from commit 5680ea692407ce5113f3391c2e6b5dbe6eec84d8)
Signed-off-by: Jack Vogel <jack.vogel@oracle.com>
drivers/net/ethernet/intel/fm10k/fm10k_ethtool.c