diff options
author | Jeremy Kerr <jk@codeconstruct.com.au> | 2024-06-07 18:25:24 +0800 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-06-11 19:24:56 -0700 |
commit | fa59dc2f6fc616fde3941f62ccd4adcaa21ccd47 (patch) | |
tree | dc3b21a24a74af7f1f009e80b665691a02d28fa1 /mm/debug.c | |
parent | 45403b12c29c5d9510ace1ad767ea4b13a4caf38 (diff) |
net: core,vrf: Change pcpu_dstat fields to u64_stats_t
The pcpu_sw_netstats and pcpu_lstats structs both contain a set of
u64_stats_t fields for individual stats, but pcpu_dstats uses u64s
instead.
Make this consistent by using u64_stats_t across all stats types.
The per-cpu dstats are only used by the vrf driver at present, so update
that driver as part of this change.
Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au>
Reviewed-by: Simon Horman <horms@kernel.org>
Reviewed-by: David Ahern <dsahern@kernel.org>
Link: https://lore.kernel.org/r/20240607-dstats-v3-1-cc781fe116f7@codeconstruct.com.au
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'mm/debug.c')
0 files changed, 0 insertions, 0 deletions