problems with em(4) since update to driver 7.2.2

Jack Vogel jfvogel at gmail.com
Tue May 3 22:00:21 UTC 2011


It has nothing to do with load, it has to do with the prerequisites to init
your interfaces.
The amount you need is fixed, it doesn't vary with load. Every RX descriptor
needs one,
so its simple math, number-of-interfaces X number-of-queues X size of the
ring.

If you have other network interfaces beside Intel they also consume mbufs
remember.

Jack



On Tue, May 3, 2011 at 2:50 PM, Michael Schmiedgen <schmiedgen at gmx.net>wrote:

> On 03.05.2011 23:24, Jack Vogel wrote:
>
>> If you get the setup receive structures fail, then increase the
>> nmbclusters.
>>
>> If you use standard MTU then what you need are mbufs, and standard size
>> clusters (2K).
>> Only when you use jumbo frames will you need larger.
>>
>> You must configure enough, its that simple.
>>
>
> I doubled the nmbclusters as well. But nothing happened.
>
> I have no load on this machine and nothing special
> configured.
>
> Thanks,
>  Michael
>


More information about the freebsd-current mailing list