From owner-freebsd-questions Mon Feb 11 18:23:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mta6.snfc21.pbi.net (mta6.snfc21.pbi.net [206.13.28.240]) by hub.freebsd.org (Postfix) with ESMTP id ACFA437B635 for ; Mon, 11 Feb 2002 18:18:54 -0800 (PST) Received: from blackbox.pacbell.net ([64.173.10.240]) by mta6.snfc21.pbi.net (iPlanet Messaging Server 5.1 (built May 7 2001)) with ESMTP id <0GRE003GMEFG6K@mta6.snfc21.pbi.net> for questions@freebsd.org; Mon, 11 Feb 2002 18:18:54 -0800 (PST) Received: (from mikem@localhost) by blackbox.pacbell.net (8.11.6/8.11.6) id g1C2J5j44694; Mon, 11 Feb 2002 18:19:05 -0800 (PST envelope-from mikem) Date: Mon, 11 Feb 2002 18:19:05 -0800 From: Mike Makonnen Subject: Re: ping: no buffer space available In-reply-to: <200202111954.g1BJskP57337@mikko.rsa.com> To: Mikko Tyolajarvi Cc: stuart@sigterm.com, questions@freebsd.org Message-id: <200202120219.g1C2J5j44694@blackbox.pacbell.net> MIME-version: 1.0 X-Mailer: Sylpheed version 0.7.0 (GTK+ 1.2.10; i386--freebsd5.0) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT References: <001101c1b2de$7107b960$d3bb2fcb@sigterm.com> <200202111954.g1BJskP57337@mikko.rsa.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I jumped a little late into this thread, so I don't know what was said earlier. There is a similar thread in -hackers. The fix was to remove one line in if_ep.c > > --- if_ep.c Fri Feb 1 19:51:43 2002 > +++ if_ep.c.fix Sat Feb 9 12:49:31 2002 > @@ -571,7 +571,6 @@ > > if (status & (S_RX_COMPLETE | S_RX_EARLY)) { > epread(sc); > - continue; > } > if (status & S_TX_AVAIL) { > /* we need ACK */ > cheers, mike makonnen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message