diff options
author | Eric Dumazet <[email protected]> | 2023-09-21 20:28:15 +0000 |
---|---|---|
committer | David S. Miller <[email protected]> | 2023-10-01 19:09:54 +0100 |
commit | 28b24f90020fed8e8e3e8e20575f08c1cd06e54f (patch) | |
tree | 3fc7b7bd080580d56131a0a3b46468b1b1eea6f2 /tools/testing/selftests/bpf/prog_tests/autoload.c | |
parent | 2a4319cf3c83fc5d1997466196b99b3e14584e76 (diff) |
net: implement lockless SO_MAX_PACING_RATE
SO_MAX_PACING_RATE setsockopt() does not need to hold
the socket lock, because sk->sk_pacing_rate readers
can run fine if the value is changed by other threads,
after adding READ_ONCE() accessors.
Signed-off-by: Eric Dumazet <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/autoload.c')
0 files changed, 0 insertions, 0 deletions