diff options
author | 2025-04-17 17:03:47 -0700 | |
---|---|---|
committer | 2025-04-24 09:29:56 +0200 | |
commit | c4837b9853e5a7fa70122b7760f0f26147b08a57 (patch) | |
tree | 75deb6cb04008e3be0a672dca96e39123c3f7c35 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ipv6: Move nexthop_find_by_id() after fib6_info_alloc(). (diff) | |
download | wireguard-linux-c4837b9853e5a7fa70122b7760f0f26147b08a57.tar.xz wireguard-linux-c4837b9853e5a7fa70122b7760f0f26147b08a57.zip |
ipv6: Split ip6_route_info_create().
We will get rid of RTNL from RTM_NEWROUTE and SIOCADDRT and rely
on RCU to guarantee dev and nexthop lifetime.
Then, we want to allocate as much as possible before entering
the RCU section.
The RCU section will start in the middle of ip6_route_info_create(),
and this is problematic for ip6_route_multipath_add() that calls
ip6_route_info_create() multiple times.
Let's split ip6_route_info_create() into two parts; one for memory
allocation and another for nexthop setup.
Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Acked-by: Paolo Abeni <pabeni@redhat.com>
Link: https://patch.msgid.link/20250418000443.43734-7-kuniyu@amazon.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions