[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1643933373-6590-2-git-send-email-jdamato@fastly.com>
Date: Thu, 3 Feb 2022 16:09:23 -0800
From: Joe Damato <jdamato@...tly.com>
To: netdev@...r.kernel.org, kuba@...nel.org,
ilias.apalodimas@...aro.org, davem@...emloft.net, hawk@...nel.org,
saeed@...nel.org, ttoukan.linux@...il.com, brouer@...hat.com
Cc: Joe Damato <jdamato@...tly.com>
Subject: [net-next v4 01/11] page_pool: kconfig: Add flag for page pool stats
Control enabling / disabling page_pool_stats with a kernel config option.
Option is defaulted to N.
Signed-off-by: Joe Damato <jdamato@...tly.com>
---
net/Kconfig | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/net/Kconfig b/net/Kconfig
index 8a1f9d0..604b3eb 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -434,6 +434,18 @@ config NET_DEVLINK
config PAGE_POOL
bool
+config PAGE_POOL_STATS
+ default n
+ bool "Page pool stats"
+ depends on PAGE_POOL
+ help
+ Enable page pool statistics to track allocations. Stats are exported
+ to the file /proc/net/page_pool_stat. Users can examine these
+ stats to better understand how their drivers and the kernel's
+ page allocator, and the page pool interact with each other.
+
+ If unsure, say N.
+
config FAILOVER
tristate "Generic failover module"
help
--
2.7.4
Powered by blists - more mailing lists