aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/scripts/generate_rust_analyzer.py
diff options
context:
space:
mode:
authorBreno Leitao <leitao@debian.org>2025-02-19 08:41:20 -0800
committerJakub Kicinski <kuba@kernel.org>2025-02-20 13:18:31 -0800
commitbf3624cf1c3708284c53ed99a1c43f2e104dc2dd (patch)
treefcafde1d44311da3150583c5d2ecd41087ef8f98 /scripts/generate_rust_analyzer.py
parentMerge branch 'flexible-array-for-ip-tunnel-options' (diff)
downloadwireguard-linux-bf3624cf1c3708284c53ed99a1c43f2e104dc2dd.tar.xz
wireguard-linux-bf3624cf1c3708284c53ed99a1c43f2e104dc2dd.zip
netdevsim: call napi_schedule from a timer context
The netdevsim driver was experiencing NOHZ tick-stop errors during packet transmission due to pending softirq work when calling napi_schedule(). This issue was observed when running the netconsole selftest, which triggered the following error message: NOHZ tick-stop error: local softirq work is pending, handler #08!!! To fix this issue, introduce a timer that schedules napi_schedule() from a timer context instead of calling it directly from the TX path. Create an hrtimer for each queue and kick it from the TX path, which then schedules napi_schedule() from the timer context. Suggested-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: Breno Leitao <leitao@debian.org> Link: https://patch.msgid.link/20250219-netdevsim-v3-1-811e2b8abc4c@debian.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions