cvs commit: src/sys/kern uipc_mbuf.c src/sys/sys mbuf.h
Mike Silbersack
silby at silby.com
Thu Feb 24 23:37:54 GMT 2005
On Thu, 24 Feb 2005, Dan Nelson wrote:
> Nope; that particular panic has not reappeared on my system since you
> sent me that extra M_ASSERTVALID call. Code knows when it's being
> watched. Probably unrelated, but I have not seen a TX underrun error
> since Jan 31, and I had been getting a couple every week before that.
It's interesting that you say that...
>From what I recall, TX underrun errors occur when a burst of packets get
sent to the NIC driver. So, since you haven't seen one, that tells me
that whatever app (maybe a change in the TCP stack?) which was sending the
burst of packets is gone, and you're therefore not stressing the network
card/driver anymore. Which is why you're not running into whatever
problem had been occuring.
Oh well.
Mike "Silby" Silbersack
More information about the cvs-src
mailing list