From: Hrvoje Popovski Subject: Re: spread 8 network interrupt over cpu and softnet To: tech@openbsd.org Date: Tue, 11 Nov 2025 20:51:22 +0100 On 11.11.2025. 12:20, Alexander Bluhm wrote: > I would like to commit the global IF_MAX_VECTORS limit. Then it > is easier for me to find optimal values for number of softnet threads > and interface queues. > > ok? > > bluhm Hi, does that mean that if I want to test 16 queues I need to change NET_TASKQ to 16 in /sys/net/if.c and IF_MAX_VECTORS to 16 in /sys/net/if.h ?