From owner-cvs-src Wed Mar 5 6:15:45 2003 Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9718F37B401; Wed, 5 Mar 2003 06:15:43 -0800 (PST) Received: from mail.flugsvamp.com (ts46-01-qdr3643.mdfrd.or.charter.com [68.118.36.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 733CF43F93; Wed, 5 Mar 2003 06:15:42 -0800 (PST) (envelope-from jlemon@flugsvamp.com) Received: (from jlemon@localhost) by mail.flugsvamp.com (8.12.6/8.12.6) id h25EFJCd004633; Wed, 5 Mar 2003 08:15:19 -0600 (CST) (envelope-from jlemon) Date: Wed, 5 Mar 2003 08:15:19 -0600 From: Jonathan Lemon To: Mark Murray Cc: Jonathan Lemon , 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> Mail-Followup-To: Mark Murray , Jonathan Lemon , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200303042328.h24NSJxf073353@repoman.freebsd.org> <200303050816.h258GRIg041672@grimreaper.grondar.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200303050816.h258GRIg041672@grimreaper.grondar.org>; from mark@grondar.org on Wed, Mar 05, 2003 at 08:16:27AM +0000 Sender: owner-cvs-src@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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