]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
Documentation: Add missing fields to net_cachelines
authorJoe Damato <jdamato@fastly.com>
Thu, 29 Aug 2024 15:57:42 +0000 (15:57 +0000)
committerJakub Kicinski <kuba@kernel.org>
Fri, 30 Aug 2024 18:14:58 +0000 (11:14 -0700)
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>
Documentation/networking/net_cachelines/net_device.rst

index 70c4fb9d4e5ce0feb0d82578b878da3dbd00a7fb..a0e0fab8161ad5a0f15b799aadabd11a71adc634 100644 (file)
@@ -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