CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2025/07/18 09:44:44
Modified files: sys/net : if.c Log message: Increase softnet kernel threads from 4 to 8. After unlocking the hot path of the IP/UDP/TCP network stack, increase the number of softnet threads. 8 CPU instead of 4 doing packet processing seems to be a good number. Note that the value is always capped by number of CPU in the system. OK mvs@