Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1616932

Re: [PATCH v1] hw_random: Fix timeriomem_rng for sub-jiffie update periods

From Herbert Xu <herbert@gondor.apana.org.au>
Newsgroups linux.kernel
Subject Re: [PATCH v1] hw_random: Fix timeriomem_rng for sub-jiffie update periods
Date 2017-04-05 15:50 +0200
Message-ID <tsTtT-3hW-17@gated-at.bofh.it> (permalink)
References <tsEuS-21A-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Tue, Apr 04, 2017 at 02:43:07PM -0700, Rick Altherr wrote:
> Some hardware RNGs provide a single register for obtaining random data.
> Instead of signaling when new data is available, the reader must wait a
> fixed amount of time between reads for new data to be generated.
> timeriomem_rng implements this scheme with the period specified in
> platform data or device tree.  While the period is specified in
> microseconds, the implementation used a standard timer which has a
> minimum delay of 1 jiffie and caused a significant bottleneck for
> devices that can update at 1us.  By switching to an hrtimer, 1us periods
> now only delay at most 2us per read.
> 
> Migrated to new hw_random API while I in this driver.
> 
> Signed-off-by: Rick Altherr <raltherr@google.com>

Thanks Rick.  Could you split this into two patches? One doing
the API conversion and the other one doing the substantive change
to the entropy gathering?

That way if there is a problem it'll be easier to track down.

Thanks,
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH v1] hw_random: Fix timeriomem_rng for sub-jiffie update periods Rick Altherr <raltherr@google.com> - 2017-04-04 23:50 +0200
  Re: [PATCH v1] hw_random: Fix timeriomem_rng for sub-jiffie update  periods Herbert Xu <herbert@gondor.apana.org.au> - 2017-04-05 15:50 +0200

csiph-web