[Intel-wired-lan] [net-queue, v2, 0/5] i40e: stat counter updates and additions
Joe Damato
jdamato at fastly.com
Fri Dec 17 19:35:14 UTC 2021
Greetings:
This patch set makes several updates to the i40e driver stats collection
and reporting code to help users of i40e get a better sense of how the
driver is performing and interacting with the rest of the kernel.
These patches include some new stats (like waived and busy) which were
inspired by other drivers that track stats using the same nomenclature.
The new stats and an existing stat, rx_reuse, are now accessible with
ethtool to make harvesting this data more convenient for users.
These patches apply cleanly to the net-queue/devqueue branch.
---
v1 -> v2: patch 3/5: - "rx_reuse" corrected to "rx_alloc".
- Unnecessary else clause in i40e_alloc_mapped_page
removed.
---
Joe Damato (5):
i40e: Remove rx page reuse double count.
i40e: Aggregate and export RX page reuse stat.
i40e: Add a stat tracking new RX page allocations.
i40e: Add a stat for tracking pages waived.
i40e: Add a stat for tracking busy rx pages.
drivers/net/ethernet/intel/i40e/i40e.h | 4 ++++
drivers/net/ethernet/intel/i40e/i40e_ethtool.c | 4 ++++
drivers/net/ethernet/intel/i40e/i40e_main.c | 14 +++++++++++++-
drivers/net/ethernet/intel/i40e/i40e_txrx.c | 25 ++++++++++++++++++-------
drivers/net/ethernet/intel/i40e/i40e_txrx.h | 3 +++
5 files changed, 42 insertions(+), 8 deletions(-)
--
2.7.4
More information about the Intel-wired-lan
mailing list