diff options
author | Dmitry Safonov <dima@arista.com> | 2023-10-23 20:22:11 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-10-27 10:35:45 +0100 |
commit | d6732b95b6fbbc6d5bb9d2f809e275763640c4a2 (patch) | |
tree | 646eee8493a6fd5de7d014dd17aff4f68b4f917f /net/ipv6/tcp_ipv6.c | |
parent | ef84703a911f4ee52ca585e8308b7084093941f4 (diff) | |
download | linux-stable-d6732b95b6fbbc6d5bb9d2f809e275763640c4a2.tar.gz linux-stable-d6732b95b6fbbc6d5bb9d2f809e275763640c4a2.tar.bz2 linux-stable-d6732b95b6fbbc6d5bb9d2f809e275763640c4a2.zip |
net/tcp: Allow asynchronous delete for TCP-AO keys (MKTs)
Delete becomes very, very fast - almost free, but after setsockopt()
syscall returns, the key is still alive until next RCU grace period.
Which is fine for listen sockets as userspace needs to be aware of
setsockopt(TCP_AO) and accept() race and resolve it with verification
by getsockopt() after TCP connection was accepted.
The benchmark results (on non-loaded box, worse with more RCU work pending):
> ok 33 Worst case delete 16384 keys: min=5ms max=10ms mean=6.93904ms stddev=0.263421
> ok 34 Add a new key 16384 keys: min=1ms max=4ms mean=2.17751ms stddev=0.147564
> ok 35 Remove random-search 16384 keys: min=5ms max=10ms mean=6.50243ms stddev=0.254999
> ok 36 Remove async 16384 keys: min=0ms max=0ms mean=0.0296107ms stddev=0.0172078
Co-developed-by: Francesco Ruggeri <fruggeri@arista.com>
Signed-off-by: Francesco Ruggeri <fruggeri@arista.com>
Co-developed-by: Salam Noureddine <noureddine@arista.com>
Signed-off-by: Salam Noureddine <noureddine@arista.com>
Signed-off-by: Dmitry Safonov <dima@arista.com>
Acked-by: David Ahern <dsahern@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/tcp_ipv6.c')
0 files changed, 0 insertions, 0 deletions