mbox series

[v3,0/2] net: page_pool: check page pool ethtool stats

Message ID lzjlafhtal5ho5wvle5v7uu5uw7afbxe26ztqvcz3cnjjaq42g@bpudjgnpikci (mailing list archive)
Headers show
Series net: page_pool: check page pool ethtool stats | expand

Message

Sven Auhagen Oct. 15, 2023, 12:36 p.m. UTC
This patch series fixes up an error when an invalid
page pool is send to the page pool ethtool stats function.

It also fixes cases in the mvneta driver where no page pool
is used and allocated.

Change from v2:
	* Fix the fixes tag

Change from v1:
	* Add cover letter
	* Move the page pool check in mvneta to the ethtool stats
	  function

Sven Auhagen (2):
  net: page_pool: check page pool ethtool stats
  net: mvneta: fix calls to page_pool_get_stats

 drivers/net/ethernet/marvell/mvneta.c | 22 ++++++++++++++++------
 net/core/page_pool.c                  |  3 +++
 2 files changed, 19 insertions(+), 6 deletions(-)