diff mbox series

[net-next] Documentation: Add missing fields to net_cachelines

Message ID 20240829155742.366584-1-jdamato@fastly.com (mailing list archive)
State Accepted
Commit 6af91e3d2cfc8bb579b1aa2d22cd91f8c34acdf6
Delegated to: Netdev Maintainers
Headers show
Series [net-next] Documentation: Add missing fields to net_cachelines | expand

Checks

Context Check Description
netdev/series_format success Single patches do not need cover letters
netdev/tree_selection success Clearly marked for net-next
netdev/ynl success Generated files up to date; no warnings/errors; no diff in generated;
netdev/fixes_present success Fixes tag not required for -next series
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 7 this patch: 7
netdev/build_tools success No tools touched, skip
netdev/cc_maintainers success CCed 6 of 6 maintainers
netdev/build_clang success Errors and warnings before: 7 this patch: 7
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/deprecated_api success None detected
netdev/check_selftest success No net selftest shell script
netdev/verify_fixes success No Fixes tag
netdev/build_allmodconfig_warn success Errors and warnings before: 7 this patch: 7
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 5 lines checked
netdev/build_clang_rust success No Rust files in patch. Skipping build
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/source_inline success Was 0 now: 0
netdev/contest success net-next-2024-08-30--18-00 (tests: 713)

Commit Message

Joe Damato Aug. 29, 2024, 3:57 p.m. UTC
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>
---
 Documentation/networking/net_cachelines/net_device.rst | 2 ++
 1 file changed, 2 insertions(+)

Comments

patchwork-bot+netdevbpf@kernel.org Aug. 30, 2024, 6:40 p.m. UTC | #1
Hello:

This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Thu, 29 Aug 2024 15:57:42 +0000 you wrote:
> 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.
> 
> [...]

Here is the summary with links:
  - [net-next] Documentation: Add missing fields to net_cachelines
    https://git.kernel.org/netdev/net-next/c/6af91e3d2cfc

You are awesome, thank you!
diff mbox series

Patch

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