Re: svn commit: r209060 - head/sys/dev/ixgbe

2010-06-11 Thread Jack Vogel
HM, I put in a change in response to some people having problems with mbuf resources, it seemed to work ok, but now i'm kinda concerned. Does this happen every time you bring the device up? In the routine 'ixgbe_setup_receive_ring()' I changed a couple of M_NOWAIT's to M_WAITOK, thinking

Re: svn commit: r209060 - head/sys/dev/ixgbe

2010-06-11 Thread Bjoern A. Zeeb
On Fri, 11 Jun 2010, Jack Vogel wrote: Hi, HM, I put in a change in response to some people having problems with mbuf resources, it seemed to work ok, but now i'm kinda concerned. Does this happen every time you bring the device up? In the routine 'ixgbe_setup_receive_ring()' I changed

Re: svn commit: r209060 - head/sys/dev/ixgbe

2010-06-11 Thread Jack Vogel
Odd though, because that code is in the driver on a system with 16 cores and I'm not hearing about any problem from my test engineer. Jack On Fri, Jun 11, 2010 at 1:13 PM, Bjoern A. Zeeb b...@freebsd.org wrote: On Fri, 11 Jun 2010, Jack Vogel wrote: Hi, HM, I put in a change in

Re: svn commit: r209060 - head/sys/dev/ixgbe

2010-06-11 Thread Bjoern A. Zeeb
On Fri, 11 Jun 2010, Jack Vogel wrote: Odd though, because that code is in the driver on a system with 16 cores and I'm not hearing about any problem from my test engineer. So this makes it all go away: --- //depot/user/bz/vimage/src/sys/dev/ixgbe/ixgbe.c2010-06-09 07:53:30.0

Re: svn commit: r209060 - head/sys/dev/ixgbe

2010-06-11 Thread Jack Vogel
OK, that's kinda what I was guessing... Damn, guess I'll have to change it back. Thanks for letting me know. Jack On Fri, Jun 11, 2010 at 1:23 PM, Bjoern A. Zeeb b...@freebsd.org wrote: On Fri, 11 Jun 2010, Jack Vogel wrote: Odd though, because that code is in the driver on a system with

Re: svn commit: r209060 - head/sys/dev/ixgbe

2010-06-11 Thread Jack Vogel
On Fri, Jun 11, 2010 at 1:27 PM, Jack Vogel jfvo...@gmail.com wrote: On Fri, Jun 11, 2010 at 1:23 PM, Bjoern A. Zeeb b...@freebsd.org wrote: On Fri, 11 Jun 2010, Jack Vogel wrote: Odd though, because that code is in the driver on a system with 16 cores and I'm not hearing about any

Re: svn commit: r209060 - head/sys/dev/ixgbe

2010-06-11 Thread Michael Tuexen
On Jun 11, 2010, at 10:44 PM, Jack Vogel wrote: On Fri, Jun 11, 2010 at 1:27 PM, Jack Vogel jfvo...@gmail.com wrote: On Fri, Jun 11, 2010 at 1:23 PM, Bjoern A. Zeeb b...@freebsd.org wrote: On Fri, 11 Jun 2010, Jack Vogel wrote: Odd though, because that code is in the driver on a