git: DragonFly_RELEASE_5_8 rdrand - Document massive improvement in performance
Matthew Dillon
dillon at crater.dragonflybsd.org
Fri Feb 28 09:16:46 PST 2020
commit 12832fc136dbc86d19e54cfa1b435cd1a59c8124
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Thu Feb 13 22:13:57 2020 -0800
rdrand - Document massive improvement in performance
* Document the huge difference going from 512 to 16 bytes. General
system performance is improved by 9.3% on a TR3990X.
This is not entirely the fault of rdrand. It is also in a large
part due to the overhead of add_buffer_randomness().
Summary of changes:
sys/dev/crypto/rdrand/rdrand.c | 19 ++++++++++++++++++-
1 file changed, 18 insertions(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/12832fc136dbc86d19e54cfa1b435cd1a59c8124
--
DragonFly BSD source repository
More information about the Commits
mailing list