From owner-cvs-all Fri May 12 9:49: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B52D37BE57; Fri, 12 May 2000 09:49:01 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Received: (from jlemon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA70231; Fri, 12 May 2000 09:49:00 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Message-Id: <200005121649.JAA70231@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 12 May 2000 09:49:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vx if_vx.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jlemon 2000/05/12 09:49:00 PDT Modified files: sys/dev/vx if_vx.c Log: This driver attempts to cache mbufs, and re-use them as headers instead of using the MGETHDR macro all the time. When an mbuf is reused as a header, initialize csum_flags to zero as well, so the delayed_checksum call woks properly. Debbugging work done by: jmas Revision Changes Path 1.26 +2 -1 src/sys/dev/vx/if_vx.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message