RE: 9.1-RELEASE-p1: em0: Could not setup receive structures

2013-03-08 Thread Pieper, Jeffrey E
kern.ipc.nmbclusters Jeff -Original Message- From: owner-freebsd-...@freebsd.org [mailto:owner-freebsd-...@freebsd.org] On Behalf Of mxb Sent: Friday, March 08, 2013 12:17 PM To: Jack Vogel Cc: freebsd-net@freebsd.org; mxb Subject: Re: 9.1-RELEASE-p1: em0: Could not setup receive

Re: 9.1-RELEASE-p1: em0: Could not setup receive structures

2013-03-08 Thread mxb
Any sysctl I'd should look out for? //maxim On 8 mar 2013, at 21:03, Jack Vogel wrote: > The message occurs because you don't have enough mbufs to setup the RX > ring, so you > need to look at nmbclusters. It may be that em is just the victim, since > you have igb interfaces > as well from w

Re: 9.1-RELEASE-p1: em0: Could not setup receive structures

2013-03-08 Thread Jack Vogel
The message occurs because you don't have enough mbufs to setup the RX ring, so you need to look at nmbclusters. It may be that em is just the victim, since you have igb interfaces as well from what I see. Jack On Fri, Mar 8, 2013 at 11:19 AM, mxb wrote: > > Hello list@, > > I'm mostly active