atom feed10 messages in org.freebsd.freebsd-sparc64Netra T1 105 (sparc64) optimization
FromSent OnAttachments
Alexandre VieiraNov 29, 2006 7:24 am 
Miles NordinNov 29, 2006 9:23 pm 
Andrew BelashovNov 29, 2006 11:51 pm 
Alexandre VieiraNov 30, 2006 4:56 am 
Christian WaltherNov 30, 2006 7:00 am 
Alexandre VieiraNov 30, 2006 8:50 am 
Miles NordinNov 30, 2006 11:04 am 
Alexandre VieiraNov 30, 2006 12:08 pm 
Miles NordinNov 30, 2006 2:24 pm 
Kris KennawayNov 30, 2006 2:31 pm 
Subject:Netra T1 105 (sparc64) optimization
From:Miles Nordin (car@Ivy.NET)
Date:Nov 29, 2006 9:23:34 pm
List:org.freebsd.freebsd-sparc64

"av" == Alexandre Vieira <nul@gmail.com> writes:

av> kernel/tunables recommendations,

I suggest device polling. This will increase the pps you can forward, and optimistically cause the machine to drop packets rather than go into livelock if the pps exceeds its ability. IMHO it should be used on any router. and IIRC it does work with the hme driver.

add to your kernel config and rebuild the kernel:

options DEVICE_POLLING options HZ=1000

then add to /etc/sysctl.conf:

kern.polling.enable=1

I think there is some ``deprecated'' message saying you are now supposed to enable device polling through ifconfig, which I never fully understood because I thought the device polling framework was originally meant to someday include more devices than just network cards. Anyway, the above is what I do and works for me on 6.0.