From owner-cvs-all Mon Jan 22 15: 4:44 2001 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 27A7437B6C6; Mon, 22 Jan 2001 15:04:14 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MN4DM06518; Mon, 22 Jan 2001 15:04:13 -0800 (PST) (envelope-from luigi) Message-Id: <200101222304.f0MN4DM06518@freefall.freebsd.org> From: Luigi Rizzo Date: Mon, 22 Jan 2001 15:04:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_dummynet.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG luigi 2001/01/22 15:04:13 PST Modified files: sys/netinet ip_dummynet.c 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 should cure the pipe "stalls" that several people have been reporting on -stable while using bridging+dummynet (the problem would not affect routers using dummynet). Revision Changes Path 1.34 +46 -16 src/sys/netinet/ip_dummynet.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message