nve timeout (and down) regression?
David Xu
davidxu at freebsd.org
Sat Mar 25 05:40:35 UTC 2006
在 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
More information about the freebsd-stable
mailing list