Date: Sat, 25 Mar 2006 13:40:24 +0800 From: David Xu <davidxu@freebsd.org> To: freebsd-stable@freebsd.org Cc: JoaoBR <joao@matik.com.br> Subject: Re: nve timeout (and down) regression? Message-ID: <200603251340.24234.davidxu@freebsd.org> In-Reply-To: <200603231540.33339.joao@matik.com.br> References: <20060323182910.1190845041@ptavv.es.net> <200603231540.33339.joao@matik.com.br>
next in thread | previous in thread | raw e-mail | index | archive | help
在 Friday 24 March 2006 02:40,JoaoBR 写道: > > The other patch cited in the message has never been made: > > diff -u -r1.7.2.4 if_nve.c > > --- if_nve.c 9 Oct 2005 04:18:17 -0000 1.7.2.4 > > +++ if_nve.c 27 Oct 2005 09:58:45 -0000 > > @@ -727,7 +727,7 @@ > > > > DEBUGOUT(NVE_DEBUG_INIT, "nve: nve_init_rings - entry\n"); > > > > - sc->cur_rx = sc->cur_tx = sc->pending_rxs = sc->pending_txs = 0; > > + sc->cur_rx = sc->cur_tx = sc->pending_rxs = 0; > > > and I did this part and my NIC is running, as I said still lot of collisions > caused by it but it is running > > > João > This change causes my NIC to not work anymore, though I still saw timeout without this change, I think this varies from hardware revision to revision, unpredictable at all. David Xu
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603251340.24234.davidxu>
