Date: Mon, 22 Jan 2001 15:04:13 -0800 (PST) From: Luigi Rizzo <luigi@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_dummynet.c Message-ID: <200101222304.f0MN4DM06518@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101222304.f0MN4DM06518>