Re: PCI-E VT6130 NIC (if_vge) hang system with gigabit link

2011-11-22 Thread YongHyeon PYUN
On Tue, Nov 22, 2011 at 10:59:14AM +0400, Andrey Smagin wrote: > Hi! Some days back I put card in Win7 machine. > Win7 hang own network subsystem if connected to gigabit switch. > I tried last night your patches. Now when put in gigabit switch no hangs or > errors, > but link (autodetect) 100mb

Re: arprequest triggered panic

2011-11-22 Thread Gleb Smirnoff
Nikos, On Fri, Nov 18, 2011 at 01:10:47PM +0200, Nikos Vassiliadis wrote: N> I was playing with lagg and found out a kernel panic. Here is N> the backtrace: N> > #5 0xc0a65613 in kdb_trap (type=12, code=0, tf=0xc3f1bb1c) at /usr/src/sys/kern/subr_kdb.c:625 N> > #6 0xc0dbbc1f in trap_fatal (fr

Re: [PATCH] ndis: safe fpu on amd64

2011-11-22 Thread Paul B. Mahol
On 11/22/11, Kostik Belousov wrote: > On Mon, Nov 21, 2011 at 03:49:16PM +, Paul B. Mahol wrote: >> Hi, >> >> This patch should fix panic on amd64 when using ndis with drivers >> which make use of fpu registers. > Do not allocate fpu_kern_ctx on stack. Its size is 528 bytes on amd64 right > no

Re[2]: PCI-E VT6130 NIC (if_vge) hang system with gigabit link

2011-11-22 Thread Andrey Smagin
Hi! Some days back I put card in Win7 machine. Win7 hang own network subsystem if connected to gigabit switch. I tried last night your patches. Now when put in gigabit switch no hangs or errors, but link (autodetect) 100mbit/s and work good. I think I bought buggy network cards :((. Index:

Re: [PATCH] ndis: safe fpu on amd64

2011-11-22 Thread Kostik Belousov
On Mon, Nov 21, 2011 at 03:49:16PM +, Paul B. Mahol wrote: > Hi, > > This patch should fix panic on amd64 when using ndis with drivers > which make use of fpu registers. Do not allocate fpu_kern_ctx on stack. Its size is 528 bytes on amd64 right now, and potentially can grow after AVX support