From owner-cvs-src@FreeBSD.ORG Wed Oct 29 05:21:39 2003 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 CE99416A4CE; Wed, 29 Oct 2003 05:21:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DEB643FBD; Wed, 29 Oct 2003 05:21:39 -0800 (PST) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9TDLdXJ017152; Wed, 29 Oct 2003 05:21:39 -0800 (PST) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9TDLd5Z017151; Wed, 29 Oct 2003 05:21:39 -0800 (PST) (envelope-from harti) Message-Id: <200310291321.h9TDLd5Z017151@repoman.freebsd.org> From: Hartmut Brandt Date: Wed, 29 Oct 2003 05:21:39 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/hatm if_hatm_intr.c if_hatmvar.h 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: Wed, 29 Oct 2003 13:21:40 -0000 harti 2003/10/29 05:21:38 PST FreeBSD src repository Modified files: sys/dev/hatm if_hatm_intr.c if_hatmvar.h Log: We have some space in the external mbufs so use this space for the external buffer reference count. This saves us a malloc() + free() per small receive mbuf. Revision Changes Path 1.9 +4 -2 src/sys/dev/hatm/if_hatm_intr.c 1.8 +1 -0 src/sys/dev/hatm/if_hatmvar.h