diff options
author | 2024-12-02 15:56:08 +0000 | |
---|---|---|
committer | 2024-12-03 18:41:10 -0800 | |
commit | 3d501f562f63b290351169e3e9931ffe3d57b2ae (patch) | |
tree | c0ec8c834caaed1ab58fad2adf49a677a0412e45 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | net: Make napi_hash_lock irq safe (diff) | |
download | wireguard-linux-3d501f562f63b290351169e3e9931ffe3d57b2ae.tar.xz wireguard-linux-3d501f562f63b290351169e3e9931ffe3d57b2ae.zip |
Revert "udp: avoid calling sock_def_readable() if possible"
This reverts commit 612b1c0dec5bc7367f90fc508448b8d0d7c05414. On a
scenario with multiple threads blocking on a recvfrom(), we need to call
sock_def_readable() on every __udp_enqueue_schedule_skb() otherwise the
threads won't be woken up as __skb_wait_for_more_packets() is using
prepare_to_wait_exclusive().
Link: https://bugzilla.redhat.com/2308477
Fixes: 612b1c0dec5b ("udp: avoid calling sock_def_readable() if possible")
Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Link: https://patch.msgid.link/20241202155620.1719-1-ffmancera@riseup.net
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions