CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2025/05/08 21:12:36
Modified files: sys/net : if.c if.h Log message: add net_sn_count() so things can ask how many softnet threads are running this is useful to properly size some resources (eg, interface queues/rings) to what the kernel is actually providing to handle them. ok claudio@ bluhm@ jmatthew@