summaryrefslogtreecommitdiff
path: root/Kbuild
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2023-09-21 23:28:15 +0300
committerDavid S. Miller <davem@davemloft.net>2023-10-01 21:09:54 +0300
commit28b24f90020fed8e8e3e8e20575f08c1cd06e54f (patch)
tree3fc7b7bd080580d56131a0a3b46468b1b1eea6f2 /Kbuild
parent2a4319cf3c83fc5d1997466196b99b3e14584e76 (diff)
downloadlinux-28b24f90020fed8e8e3e8e20575f08c1cd06e54f.tar.xz
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 <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Kbuild')
0 files changed, 0 insertions, 0 deletions