From owner-cvs-all@FreeBSD.ORG Mon Apr 7 18:31:16 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F9DE37B407 for ; Mon, 7 Apr 2003 18:31:16 -0700 (PDT) Received: from relay.pair.com (relay.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 5632943FCB for ; Mon, 7 Apr 2003 18:31:13 -0700 (PDT) (envelope-from silby@silby.com) Received: (qmail 20375 invoked from network); 8 Apr 2003 01:31:12 -0000 Received: from niwun.pair.com (HELO localhost) (209.68.2.70) by relay.pair.com with SMTP; 8 Apr 2003 01:31:12 -0000 X-pair-Authenticated: 209.68.2.70 Date: Mon, 7 Apr 2003 20:27:28 -0500 (CDT) From: Mike Silbersack To: Mike Silbersack In-Reply-To: <200304080105.h3815sun062782@repoman.freebsd.org> Message-ID: <20030407202541.B90233@odysseus.silby.com> References: <200304080105.h3815sun062782@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci if_xl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2003 01:31:16 -0000 Note that this would not be a common occurance, as xl_encap only needs to call m_defrag if there are > 63 mbuf fragments in a packet. I'll commit the m_defrag failure test code I'm using for this change soon. Mike "Silby" Silbersack On Mon, 7 Apr 2003, Mike Silbersack wrote: > silby 2003/04/07 18:05:54 PDT > > FreeBSD src repository > > Modified files: > sys/pci if_xl.c > Log: > Fix up callers of xl_encap so that they handle a failure response > properly (likely due to mbuf exhaustion.) Previously, the driver > got somewhat wedged. > > Also, remove the annoying messages printed every time xl_encap > couldn't allocate a mbuf; they served no useful purpose, and just made > an mbuf exhaustion situation more annoying. > > MFC after: 1 week > > Revision Changes Path > 1.138 +10 -3 src/sys/pci/if_xl.c >