aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/uapi/linux/cryptouser.h
diff options
context:
space:
mode:
authorRick Altherr <raltherr@google.com>2017-04-05 16:21:00 -0700
committerHerbert Xu <herbert@gondor.apana.org.au>2017-04-10 19:17:25 +0800
commitca3bff70ab320a9132c5524c495455526df4b078 (patch)
tree822f437139abfa0ab2e3f26a75688ae32a6ece32 /include/uapi/linux/cryptouser.h
parenthwrng: timeriomem - Shorten verbose type and variable names (diff)
downloadwireguard-linux-ca3bff70ab320a9132c5524c495455526df4b078.tar.xz
wireguard-linux-ca3bff70ab320a9132c5524c495455526df4b078.zip
hwrng: timeriomem - Improve performance for sub-jiffie update periods
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. Signed-off-by: Rick Altherr <raltherr@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'include/uapi/linux/cryptouser.h')
0 files changed, 0 insertions, 0 deletions