From owner-cvs-all Tue Dec 5 8:21: 8 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 08:21:05 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 227C137B69B; Tue, 5 Dec 2000 08:21:02 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5GL2g09591; Tue, 5 Dec 2000 08:21:02 -0800 (PST) (envelope-from jlemon) Message-Id: <200012051621.eB5GL2g09591@freefall.freebsd.org> From: Jonathan Lemon Date: Tue, 5 Dec 2000 08:21:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_tun.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jlemon 2000/12/05 08:21:01 PST Modified files: sys/net if_tun.c Log: Move the wakeup/signaling of the reader side of the tun device into a tunstart function, which is called when a packet is sucessfully placed on the queue. This allows us to properly do output byte accounting within the handoff routine. Revision Changes Path 1.82 +19 -10 src/sys/net/if_tun.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message