Commit 6af91e3d authored by Joe Damato's avatar Joe Damato Committed by Jakub Kicinski
Browse files

Documentation: Add missing fields to net_cachelines



Two fields, page_pools and *irq_moder, were added to struct net_device
in commit 083772c9 ("net: page_pool: record pools per netdev") and
commit f750dfe8 ("ethtool: provide customized dim profile
management"), respectively.

Add both to the net_cachelines documentation, as well.

Signed-off-by: default avatarJoe Damato <jdamato@fastly.com>
Link: https://patch.msgid.link/20240829155742.366584-1-jdamato@fastly.com


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 789ed80a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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