Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/net
Module Name: src
Committed By: ozaki-r
Date: Thu Jun 12 08:27:40 UTC 2025
Modified Files:
src/sys/net: route.c
Log Message:
route: lower the priority of the workqueues
PRI_SOFTNET makes the kthread of a workqueue SCHED_RR which can monopolize
a CPU if there are many rtentries to free in rt_free_work. So lower the
prirority of the workqueues to PRI_USER which is the scheduling class for
time-sharing.
Also change rt_timer_wq as well just in case.
To generate a diff of this commit:
cvs rdiff -u -r1.238 -r1.239 src/sys/net/route.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index