Re: Crashes with ixgbe on FreeBSD 8

2010-05-26 Thread Jack Vogel
Well, its one way to do it, and no, its not a problem, what I was planning on doing was copying the macro into my header file. Jack On Wed, May 26, 2010 at 1:00 PM, Robin Sommer wrote: > > On Tue, May 25, 2010 at 12:03 -0700, I wrote: > > > /usr/src/sys/dev/ixgbe/ixgbe.c:833: warning: implicit

Re: Crashes with ixgbe on FreeBSD 8

2010-05-26 Thread Robin Sommer
On Tue, May 25, 2010 at 12:03 -0700, I wrote: > /usr/src/sys/dev/ixgbe/ixgbe.c:833: warning: implicit declaration of function > 'drbr_needs_enqueue' So, I've now simply copied that function over and, indeed, that not only compiles but gives me a working 2.2.0 driver, enabling me to capture traf

Re: Crashes with ixgbe on FreeBSD 8

2010-05-25 Thread Robin Sommer
On Wed, May 19, 2010 at 09:47 -0700, you wrote: > issue this morning but I will try and check the change into HEAD > this afternoon then you will able to just pull that and the driver > will drop into 8 REL with no problem. I'm trying to compile 2.2.0 with RELEASE, but I get the following error:

Re: Crashes with ixgbe on FreeBSD 8

2010-05-19 Thread Jack Vogel
It will work on 8 RELEASE just fine except for a macro define that ALTQ required that's not in RELEASE, what I did was stick the define into the header and all was well. I was thinking that I would not check that change in but I now see it will probably be useful to have it in the mainstream. I hav

Re: Crashes with ixgbe on FreeBSD 8

2010-05-19 Thread Robin Sommer
On Tue, May 18, 2010 at 22:28 -0700, you wrote: > Yes, download the latest code, oh hmmm, can you install STABLE, > because there's one small issue that will cause a problem on 8 REL, > but if that's a big problem I can also give you a patch so it will work. Jack, thanks for the reply. I could

Re: Crashes with ixgbe on FreeBSD 8

2010-05-18 Thread Jack Vogel
Hi Robin, Yes, download the latest code, oh hmmm, can you install STABLE, because there's one small issue that will cause a problem on 8 REL, but if that's a big problem I can also give you a patch so it will work. What I'd like to see you try is the newest code that I checked into HEAD today, t

Crashes with ixgbe on FreeBSD 8

2010-05-18 Thread Robin Sommer
Hi all, I'm running into crashes with the ixgbe driver on a FreeBSD 8.0-RELEASE system equipped with an Intel X520-SR2 (and using a Supermicro X8DTU-F motherboard). I was wondering whether somebody might have seen this before. I updated the driver to the latest version I found on Intel's download