summaryrefslogtreecommitdiff
path: root/Documentation/networking
diff options
context:
space:
mode:
authorJoe Damato <jdamato@fastly.com>2024-08-29 18:57:42 +0300
committerJakub Kicinski <kuba@kernel.org>2024-08-30 21:14:58 +0300
commit6af91e3d2cfc8bb579b1aa2d22cd91f8c34acdf6 (patch)
tree8c75035441c3bcc37408b8f345edcd8565ca4361 /Documentation/networking
parent789ed80afa8c031bb125341a194e37aea71f1d46 (diff)
downloadlinux-6af91e3d2cfc8bb579b1aa2d22cd91f8c34acdf6.tar.xz
Documentation: Add missing fields to net_cachelines
Two fields, page_pools and *irq_moder, were added to struct net_device in commit 083772c9f972 ("net: page_pool: record pools per netdev") and commit f750dfe825b9 ("ethtool: provide customized dim profile management"), respectively. Add both to the net_cachelines documentation, as well. Signed-off-by: Joe Damato <jdamato@fastly.com> Link: https://patch.msgid.link/20240829155742.366584-1-jdamato@fastly.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'Documentation/networking')
-rw-r--r--Documentation/networking/net_cachelines/net_device.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/networking/net_cachelines/net_device.rst b/Documentation/networking/net_cachelines/net_device.rst
index 70c4fb9d4e5c..a0e0fab8161a 100644
--- a/Documentation/networking/net_cachelines/net_device.rst
+++ b/Documentation/networking/net_cachelines/net_device.rst
@@ -176,3 +176,5 @@ netdevice_tracker dev_registered_tracker
struct_rtnl_hw_stats64* offload_xstats_l3
struct_devlink_port* devlink_port
struct_dpll_pin* dpll_pin
+struct hlist_head page_pools
+struct dim_irq_moder* irq_moder