From owner-cvs-src@FreeBSD.ORG Mon Jan 31 23:01:20 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C18B116A4CE; Mon, 31 Jan 2005 23:01:20 +0000 (GMT) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CF2E43D45; Mon, 31 Jan 2005 23:01:20 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.13.0/8.13.0) with ESMTP id j0VN3SOK007333; Mon, 31 Jan 2005 15:03:28 -0800 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.13.0/8.13.0/Submit) id j0VN3SRR007332; Mon, 31 Jan 2005 15:03:28 -0800 Date: Mon, 31 Jan 2005 15:03:28 -0800 From: Brooks Davis To: Robert Watson Message-ID: <20050131230328.GA12221@odin.ac.hmc.edu> References: <200501311442.23648.jhb@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="FL5UXtIhxfXey3p5" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on odin.ac.hmc.edu cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: John Baldwin Subject: Re: cvs commit: src/sys/dev/fxp if_fxp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jan 2005 23:01:21 -0000 --FL5UXtIhxfXey3p5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jan 31, 2005 at 10:38:49PM +0000, Robert Watson wrote: >=20 > On Mon, 31 Jan 2005, John Baldwin wrote: >=20 > > On Saturday 29 January 2005 06:13 pm, Robert Watson wrote: > > > rwatson 2005-01-29 23:13:20 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/dev/fxp if_fxp.c > > > Log: > > > Disable ethernet flow control in if_fxp by default, in order to pre= vent > > > unexpected surprises when a system panics or is left in the debugge= r. > >=20 > > Is this the bit that would cause the interface to start spewing pause > > packets onto the network after a panic resulting in the whole network > > being useless until the box is powered off?=20 >=20 > Yup, that's the one. It's a feature :-). It's worth noting that flowcontrol is of severely limited use in many cases. First, it doesn't differentiate between packets you want and packets you don't. Second, current switches don't generate it so if several hosts are beating up on one (as happens if you have a clusters file system), the switch won't tell them to back off and you start losing packets in the switch. TCP seriously sucks when you lose packets in the LAN. :) -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --FL5UXtIhxfXey3p5 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFB/rk/XY6L6fI4GtQRAnsrAJ9D30rB1yJcpv/26Xqy7NhaPKbFOQCg1IZt gAKwB8KInfJM0VdT4AVaTNg= =WBRO -----END PGP SIGNATURE----- --FL5UXtIhxfXey3p5--