diff options
| author | Eric Dumazet <[email protected]> | 2024-03-28 14:40:30 +0000 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2024-03-29 15:03:10 -0700 |
| commit | 6a1f12dd85a8b24f871dfcf467378660af9c064d (patch) | |
| tree | cb52518234de5cc5eabe543f60265f8b3699ae35 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf | |
| parent | 60557969951304dad829f2829019907dfb43ecb3 (diff) | |
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 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf')
0 files changed, 0 insertions, 0 deletions