Re: FBSD 1GBit router?
- From: Ingo Flaschberger <if@xxxxxx>
- Date: Mon, 25 Feb 2008 15:05:18 +0100 (CET)
Hi,
ZB> - upgrade at least to 6.3. upgrading to 7.0 might also be better, depending
ZB> on hardware choices
ZB> - ensure your ethernet cards are on fast enough busses. 'em' (Intel Ether
ZB> Express 1000) flavor ports are my personal favorite
ZB> - enable polling (this will make a _huge_ difference by itself)
ZB> - your hardware is (likely) dual core. Make sure every piece of hardware in
ZB> use doesn't involve any giant locks. Under 6.x consider the mpsafenet
ZB> sysctl. This is also a point on which 7.0 will shine.
I upgrade to 7.0RC3 but still the same. 418Mbit is the roof.
older fbsd's are faster than newer.
How are the nic's connected to the cpu?
lspci -v
Kind regards,
Ingo Flaschberger
_______________________________________________
freebsd-net@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: FBSD 1GBit router?
- From: Kevin Oberman
- Re: FBSD 1GBit router?
- References:
- Re: FBSD 1GBit router?
- From: Daniel Dias Gonçalves
- Re: FBSD 1GBit router?
- Prev by Date: Re: Capturing dmesg upon system crash on 6.3
- Next by Date: Re: kern/121063: [ath]: High wireless traffic on ATH causes high tx failed 'cuz FIFO underrun
- Previous by thread: Re: FBSD 1GBit router?
- Next by thread: Re: FBSD 1GBit router?
- Index(es):
Relevant Pages
- Re: [patch] drivers: wait for threaded probes between initcall levels
... nesting is bounded by the complexity of the hardware and the number of busses,
and the maximum memory-allocation is strictly limited in the single-threaded case this could allow 64-way
systems to probe all their hardware an order of magnitude faster than today without noticeably impacting
an embedded system even in the absolute worst case. ... probing as a series of "work elements",
and you end up with a queue of work elements that threads can pull work off one at a time. ...
This would make it possible to have independent pci.multithread_probe=1 and scsi.multithread_probe=1
arguments so the sysadmin can force serialization for one subsystem if they don't have their device-
numbering issues with that subsystem entirely sorted out. ... (Linux-Kernel) - Re: FBSD 1GBit router?
... ZB> - ensure your ethernet cards are on fast enough busses. ... 'em' (Intel
Ether ... ZB> Express 1000) flavor ports are my personal favorite ... ZB>
- your hardware is dual core. ... (freebsd-performance)