Re: FBSD 1GBit router?



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"



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)