From owner-cvs-all Mon Jan 22 16:14:20 2001 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 5C55337B69E; Mon, 22 Jan 2001 16:13:59 -0800 (PST) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id BAA74223; Tue, 23 Jan 2001 01:13:54 +0100 (CET) (envelope-from des@ofug.org) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Luigi Rizzo Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_dummynet.c References: <200101222304.f0MN4DM06518@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 23 Jan 2001 01:13:53 +0100 In-Reply-To: Luigi Rizzo's message of "Mon, 22 Jan 2001 15:04:13 -0800 (PST)" Message-ID: Lines: 15 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Luigi Rizzo writes: > Log: > Change critical section protection for dummynet from splnet() to > splimp() -- we need it because dummynet can be invoked by the > bridging code at splimp(). This has the net effect of replacing one no-op with another: root@des ~# egrep 'spl(imp|net)' /sys/sys/systm.h static __inline intrmask_t splimp(void) { return 0; } static __inline intrmask_t splnet(void) { return 0; } DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message