Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next
authorDavid S. Miller <davem@davemloft.net>
Wed, 9 Feb 2022 11:57:54 +0000 (11:57 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 9 Feb 2022 11:57:54 +0000 (11:57 +0000)
commitaa4725c2fc03c670ba818e4bb7d91cd37811a8e3
tree9ed165ec1b7f44e9a5ecfa4e5a63612ca1739335
parent3a5f238f2b369817f94956cad9cc76924278578c
parentb76bc129839d65fa8dbeefd3581dacd54596706f
Merge branch '40GbE' of git://git./linux/kernel/git/tnguy/next
-queue

Tony Nguyen says:

====================
40GbE Intel Wired LAN Driver Updates 2022-02-08

Joe Damato says:

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.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>