| 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 | |
Refine Search
| From | Sent On | Attachments |
|---|---|---|
| Alexandre Vieira | Nov 29, 2006 7:24 am | |
| Miles Nordin | Nov 29, 2006 9:23 pm | |
| Andrew Belashov | Nov 29, 2006 11:51 pm | |
| Alexandre Vieira | Nov 30, 2006 4:56 am | |
| Christian Walther | Nov 30, 2006 7:00 am | |
| Alexandre Vieira | Nov 30, 2006 8:50 am | |
| Miles Nordin | Nov 30, 2006 11:04 am | |
| Alexandre Vieira | Nov 30, 2006 12:08 pm | |
| Miles Nordin | Nov 30, 2006 2:24 pm | |
| Kris Kennaway | Nov 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.

