diff options
| author | Eric Dumazet <[email protected]> | 2024-03-28 14:40:30 +0000 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2024-03-29 22:03:10 +0000 |
| commit | 6a1f12dd85a8b24f871dfcf467378660af9c064d (patch) | |
| tree | cb52518234de5cc5eabe543f60265f8b3699ae35 /net/unix/af_unix.c | |
| parent | udp: annotate data-race in __udp_enqueue_schedule_skb() (diff) | |
| download | kernel-6a1f12dd85a8b24f871dfcf467378660af9c064d.tar.gz kernel-6a1f12dd85a8b24f871dfcf467378660af9c064d.zip | |
udp: relax atomic operation on sk->sk_rmem_alloc
atomic_add_return() is more expensive than atomic_add()
and seems overkill in UDP rx fast path.
Signed-off-by: Eric Dumazet <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions
