Subject: Re: CVS commit: src/sys/dev/pci
To: Rui Paulo <rpaulo@fnop.net>
From: Jason Thorpe <thorpej@shagadelic.org>
List: source-changes
Date: 02/11/2006 20:06:39
On Feb 11, 2006, at 10:38 AM, Rui Paulo wrote:

> Jason Thorpe <thorpej@shagadelic.org> writes:
>
>> On Feb 11, 2006, at 5:04 AM, Rui Paulo wrote:
>>
>>>
>>> Module Name:	src
>>> Committed By:	rpaulo
>>> Date:		Sat Feb 11 13:04:44 UTC 2006
>>>
>>> Modified Files:
>>> 	src/sys/dev/pci: if_sk.c if_skvar.h
>>>
>>> Log Message:
>>> PR 31304: Contribute to the random pool. From Rhialto.
>>
>> Has anyone measured the performance impact of this at Gig-E speeds?
>
> No, I have to buy a Gig-E switch first.

This needs to be done.  rnd_add_uint32() seems to do an awful lot of  
work.

-- thorpej