diff mbox series

[net-next] net: qstat: extend kdoc about get_base_stats

Message ID 20240529162922.3690698-1-kuba@kernel.org (mailing list archive)
State Accepted
Commit 69c8b998717c03adeada070882512ebeae11d71f
Delegated to: Netdev Maintainers
Headers show
Series [net-next] net: qstat: extend kdoc about get_base_stats | 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: 906 this patch: 906
netdev/build_tools success Errors and warnings before: 0 this patch: 0
netdev/cc_maintainers success CCed 4 of 4 maintainers
netdev/build_clang success Errors and warnings before: 906 this patch: 906
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: 912 this patch: 912
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 8 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-05-30--06-00 (tests: 1042)

Commit Message

Jakub Kicinski May 29, 2024, 4:29 p.m. UTC
mlx5 has a dedicated queue for PTP packets. Clarify that
this sort of queues can also be accounted towards the base.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
---
Cc: jdamato@fastly.com
---
 include/net/netdev_queues.h | 2 ++
 1 file changed, 2 insertions(+)

Comments

Joe Damato May 29, 2024, 5:59 p.m. UTC | #1
On Wed, May 29, 2024 at 09:29:22AM -0700, Jakub Kicinski wrote:
> mlx5 has a dedicated queue for PTP packets. Clarify that
> this sort of queues can also be accounted towards the base.
> 
> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
> ---
> Cc: jdamato@fastly.com
> ---
>  include/net/netdev_queues.h | 2 ++
>  1 file changed, 2 insertions(+)

Thanks!

Reviewed-by: Joe Damato <jdamato@fastly.com>
patchwork-bot+netdevbpf@kernel.org June 1, 2024, 10:20 p.m. UTC | #2
Hello:

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

On Wed, 29 May 2024 09:29:22 -0700 you wrote:
> mlx5 has a dedicated queue for PTP packets. Clarify that
> this sort of queues can also be accounted towards the base.
> 
> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
> ---
> Cc: jdamato@fastly.com
> 
> [...]

Here is the summary with links:
  - [net-next] net: qstat: extend kdoc about get_base_stats
    https://git.kernel.org/netdev/net-next/c/69c8b998717c

You are awesome, thank you!
diff mbox series

Patch

diff --git a/include/net/netdev_queues.h b/include/net/netdev_queues.h
index a8a7e48dfa6c..5ca019d294ca 100644
--- a/include/net/netdev_queues.h
+++ b/include/net/netdev_queues.h
@@ -62,6 +62,8 @@  struct netdev_queue_stats_tx {
  * statistics will not generally add up to the total number of events for
  * the device. The @get_base_stats callback allows filling in the delta
  * between events for currently live queues and overall device history.
+ * @get_base_stats can also be used to report any miscellaneous packets
+ * transferred outside of the main set of queues used by the networking stack.
  * When the statistics for the entire device are queried, first @get_base_stats
  * is issued to collect the delta, and then a series of per-queue callbacks.
  * Only statistics which are set in @get_base_stats will be reported