On 13.7.2017. 0:26, Per-Olov Sjöholm wrote: > I increased net.inet.ip.ifq.maxlen in steps of 256… I had to increase the > net.inet.ip.ifq.maxlen 9 times to 2309 for the net.inet.ip.ifq.drops to stop > increasing. At a maxlen of 2309 the drops stopped completley. But all values > of net.inet.ip.ifq.maxlen higher than 756 did not give any performance boost > (well… Not that I could see). At maxlen of 756 and over, the below output > represents the average tests very well when testing against the ISP test > servers. Yes I love my OpenBSD FW :) :) :)
maybe this sysctls would give better performance? kern.pool_debug=0 net.inet.ip.ifq.maxlen=8192 or update to latest current and if you're brave enough compile kernel with "option WITH_PF_LOCK"

