diff options
author | Coco Li <[email protected]> | 2023-11-29 07:27:54 +0000 |
---|---|---|
committer | David S. Miller <[email protected]> | 2023-12-02 22:24:36 +0000 |
commit | 18fd64d2542292713b0322e6815be059bdee440c (patch) | |
tree | f42aebe19e9c791d92b0bdce2f176ace5601848d /tools/perf/scripts/python/export-to-sqlite.py | |
parent | aeb9ce058d7c6193dc41e06b3a5b29d22c446b14 (diff) |
netns-ipv4: reorganize netns_ipv4 fast path variables
Reorganize fast path variables on tx-txrx-rx order.
Fastpath cacheline ends after sysctl_tcp_rmem.
There are only read-only variables here. (write is on the control path
and not considered in this case)
Below data generated with pahole on x86 architecture.
Fast path variables span cache lines before change: 4
Fast path variables span cache lines after change: 2
Suggested-by: Eric Dumazet <[email protected]>
Reviewed-by: Wei Wang <[email protected]>
Reviewed-by: David Ahern <[email protected]>
Signed-off-by: Coco Li <[email protected]>
Reviewed-by: Eric Dumazet <[email protected]>
Reviewed-by: Shakeel Butt <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions