disadvantages of running 8.3 kernel on freebsd 8.2 system
Steven Hartland
killing at multiplay.co.uk
Fri Jan 18 01:39:08 UTC 2013
----- Original Message -----
From: <dteske at freebsd.org>
> But I bet you're not sitting 88 units of Thunderbolt cards that don't work in 8.3.
>
> 8.3 is also exhibiting major problems with the igb-based NICs on those same 88 units.
Only effects igb init but might want to make sure you have r245334 back ported to
avoid memory leaks when mbuf clusters are exhausted.
8.3 version of the patch attached ;-)
For reference not only does this prevent the nic initialising properly it can also hang
the boot process as when routing initialises "route" appears to trigger mbuf allocation
with wait and as mbufs are exhaused and not freed correctly this hangs forever.
This will happen on an untuned kernel if more than 2 igb nics are configured as
each igb requires 8k of mbuf clusters (1k per queue x 8 queues on a machine with
8 or more cores) and the default kern.ipc.nmbclusters is only 25600.
For clarity by "configured" I mean if the nic is initialised either by assigning an IP
or "ifconfig igbX up" the queues are not allocated if the nic is present but unused.
Regards
Steve
================================================
This e.mail is private and confidential between Multiplay (UK) Ltd. and the person or entity to whom it is addressed. In the event of misdirection, the recipient is prohibited from using, copying, printing or otherwise disseminating it or any information contained in it.
In the event of misdirection, illegible or incomplete transmission please telephone +44 845 868 1337
or return the E.mail to postmaster at multiplay.co.uk.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: igb-mbuf-free-patch-8.3-REL.txt
URL: <http://lists.freebsd.org/pipermail/freebsd-hackers/attachments/20130118/d8f355f8/attachment.txt>
More information about the freebsd-hackers
mailing list