Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Aug 1999 03:15:31 +0200 (MET DST)
From:      Luigi Rizzo <luigi@labinfo.iet.unipi.it>
To:        green@FreeBSD.org (Brian F. Feldman)
Cc:        luigi@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/netinet ip_dummynet.c
Message-ID:  <199908120115.DAA03423@labinfo.iet.unipi.it>
In-Reply-To: <Pine.BSF.4.10.9908112344480.81521-100000@janus.syracuse.net> from "Brian F. Feldman" at Aug 11, 99 11:44:53 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> >   Add spl() protection to remove that the timer is invoked multiple
s/remove/prevent/

...
> I'm pretty sure all this stuff should be in splnet(), not splimp().

it is likely that you are right, but since I used splimp() all over in
ip_dummynet, i used the same until i figure out if it is safe to use
splnet() instead.

The reason i am unsure is that dummynet kind of simulates transmit
interrupts, so i am not certain if splimp() is necessary.

	cheers
	luigi
-----------------------------------+-------------------------------------
  Luigi RIZZO, luigi@iet.unipi.it  . Dip. di Ing. dell'Informazione
  http://www.iet.unipi.it/~luigi/  . Universita` di Pisa
  TEL/FAX: +39-050-568.533/522     . via Diotisalvi 2, 56126 PISA (Italy)

		  http://www.iet.unipi.it/~luigi/ngc99/
====  First International Workshop on Networked Group Communication  ====
-----------------------------------+-------------------------------------


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?199908120115.DAA03423>