diff options
author | Eric Dumazet <[email protected]> | 2024-10-10 03:41:00 +0000 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2024-10-11 08:45:24 -0700 |
commit | d677aebd663ddc287f2b2bda098474694a0ca875 (patch) | |
tree | 420063b6a90ac618135d0c2aa360fb6117ebf2e0 /tools/perf/scripts/python/parallel-perf.py | |
parent | 7e5b547cac7a56515b2838b496923e52ec4eeddd (diff) |
tcp: move sysctl_tcp_l3mdev_accept to netns_ipv4_read_rx
sysctl_tcp_l3mdev_accept is read from TCP receive fast path from
tcp_v6_early_demux(),
__inet6_lookup_established,
inet_request_bound_dev_if().
Move it to netns_ipv4_read_rx.
Remove the '#ifdef CONFIG_NET_L3_MASTER_DEV' that was guarding
its definition.
Note this adds a hole of three bytes that could be filled later.
Signed-off-by: Eric Dumazet <[email protected]>
Reviewed-by: David Ahern <[email protected]>
Cc: Wei Wang <[email protected]>
Cc: Coco Li <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/parallel-perf.py')
0 files changed, 0 insertions, 0 deletions