Skip to content

Commit

Permalink
Documentation: Add missing fields to net_cachelines
Browse files Browse the repository at this point in the history
Two fields, page_pools and *irq_moder, were added to struct net_device
in commit 083772c ("net: page_pool: record pools per netdev") and
commit f750dfe ("ethtool: provide customized dim profile
management"), respectively.

Add both to the net_cachelines documentation, as well.

Signed-off-by: Joe Damato <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
  • Loading branch information
jdamato-fsly authored and kuba-moo committed Aug 30, 2024
1 parent 789ed80 commit 6af91e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Documentation/networking/net_cachelines/net_device.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6af91e3

Please sign in to comment.