Re: FreeBSD 10-RC4: Got crash in igb driver

2014-01-16 Thread Thomas Mueller
I work with Jack on FreeBSD network drivers, and we have a patch that we think might fix this problem. It re-implements the header pull-up code that was in the driver pre-2.4.0, but with IPv6 support. Alexandre, could you apply this patch to the igb version in HEAD and try it out on your

Re: FreeBSD 10-RC4: Got crash in igb driver

2014-01-15 Thread Alexandre Martins
I have some compillation issues : ../../../dev/e1000/if_igb.c: In function 'igb_mq_start_locked': ../../../dev/e1000/if_igb.c:3936: warning: 'poff' may be used uninitialized in this function ../../../dev/e1000/if_igb.c:3936: note: 'poff' was declared here ../../../dev/e1000/if_igb.c:3936:

Re: FreeBSD 10-RC4: Got crash in igb driver

2014-01-14 Thread Eric Joyner
All, I work with Jack on FreeBSD network drivers, and we have a patch that we think might fix this problem. It re-implements the header pull-up code that was in the driver pre-2.4.0, but with IPv6 support. Alexandre, could you apply this patch to the igb version in HEAD and try it out on your

Re: FreeBSD 10-RC4: Got crash in igb driver

2014-01-12 Thread Yonghyeon PYUN
On Fri, Jan 10, 2014 at 02:35:29PM +0400, Gleb Smirnoff wrote: Yonghyeon, On Fri, Jan 10, 2014 at 10:21:14AM +0900, Yonghyeon PYUN wrote: Y I experience some troubles with the igb device driver on FreeBSD 10-RC4. Y Y The kernel make a pagefault in the igb_tx_ctx_setup function when

Re: FreeBSD 10-RC4: Got crash in igb driver

2014-01-10 Thread Fabien Thomas
Le 10 janv. 2014 à 02:21, Yonghyeon PYUN pyu...@gmail.com a écrit : On Thu, Jan 09, 2014 at 04:06:09PM +0100, Alexandre Martins wrote: Dear, I experience some troubles with the igb device driver on FreeBSD 10-RC4. The kernel make a pagefault in the igb_tx_ctx_setup function when

Re: FreeBSD 10-RC4: Got crash in igb driver

2014-01-10 Thread Yonghyeon PYUN
On Fri, Jan 10, 2014 at 09:37:33AM +0100, Fabien Thomas wrote: Le 10 janv. 2014 ? 02:21, Yonghyeon PYUN pyu...@gmail.com a ?crit : On Thu, Jan 09, 2014 at 04:06:09PM +0100, Alexandre Martins wrote: Dear, I experience some troubles with the igb device driver on FreeBSD 10-RC4.

Re: FreeBSD 10-RC4: Got crash in igb driver

2014-01-10 Thread Gleb Smirnoff
Yonghyeon, On Fri, Jan 10, 2014 at 10:21:14AM +0900, Yonghyeon PYUN wrote: Y I experience some troubles with the igb device driver on FreeBSD 10-RC4. Y Y The kernel make a pagefault in the igb_tx_ctx_setup function when accessing to Y a IPv6 header. Y Y The network configuration is

Re: FreeBSD 10-RC4: Got crash in igb driver

2014-01-10 Thread Jack Vogel
The changes to igb were to add IPV6 support which previously was only in ixgbe, the transmit path code came from that code base, we did not see this issue in testing. Its not a simple matter of a few lines of code, I think we need to go forward not back... I'll look at the code. Jack On Fri,

Re: FreeBSD 10-RC4: Got crash in igb driver

2014-01-09 Thread Yonghyeon PYUN
On Thu, Jan 09, 2014 at 04:06:09PM +0100, Alexandre Martins wrote: Dear, I experience some troubles with the igb device driver on FreeBSD 10-RC4. The kernel make a pagefault in the igb_tx_ctx_setup function when accessing to a IPv6 header. The network configuration is the following: