Date: Wed, 5 Mar 2003 08:15:19 -0600 From: Jonathan Lemon <jlemon@flugsvamp.com> To: Mark Murray <mark@grondar.org> Cc: Jonathan Lemon <jlemon@FreeBSD.org>, src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net intrq.c intrq.h Message-ID: <20030305081519.J61787@flugsvamp.com> In-Reply-To: <200303050816.h258GRIg041672@grimreaper.grondar.org>; from mark@grondar.org on Wed, Mar 05, 2003 at 08:16:27AM %2B0000 References: <200303042328.h24NSJxf073353@repoman.freebsd.org> <200303050816.h258GRIg041672@grimreaper.grondar.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Mar 05, 2003 at 08:16:27AM +0000, Mark Murray wrote: > Jonathan Lemon writes: > > jlemon 2003/03/04 15:28:19 PST > > > > FreeBSD src repository > > > > Removed files: > > sys/net intrq.c intrq.h > > Log: > > GC unused files. > > We lose interrupt entropy harvesting with this. Where is a good place > to reinsert a (cheap) entropy-harvesting call? Um, no you don't. The family_enqueue() call was used in only two places - if_tun, and netgraph. I've moved the block of code that calls random_harvest() (for harvest.point_to_point) into both of those routines. -- Jonathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030305081519.J61787>