Date: Fri, 12 May 2000 09:49:00 -0700 (PDT) From: Jonathan Lemon <jlemon@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vx if_vx.c Message-ID: <200005121649.JAA70231@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005121649.JAA70231>
