All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] hwrng: cn10k - Optimize random number generator driver
@ 2022-04-13 14:16 Vladis Dronov
  2022-04-13 14:16 ` [PATCH 1/2] hwrng: cn10k - Optimize cn10k_rng_read() Vladis Dronov
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Vladis Dronov @ 2022-04-13 14:16 UTC (permalink / raw)
  To: vdronov, Sunil Goutham, Bharat Bhushan, Joseph Longever,
	Herbert Xu, linux-crypto, linux-kernel

Hi,

I'm suggesting couple of tweaks and fixes for the CN10K Random Number Generator
driver. Main points are: fix a logic, optimize a loop and make an error message
more informative.

Vladis Dronov (2):
  hwrng: cn10k - Optimize cn10k_rng_read()
  hwrng: cn10k - Make check_rng_health() return an error code

 drivers/char/hw_random/cn10k-rng.c | 31 +++++++++++++++++--------------
 1 file changed, 17 insertions(+), 14 deletions(-)


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-04-21 10:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-13 14:16 [PATCH 0/2] hwrng: cn10k - Optimize random number generator driver Vladis Dronov
2022-04-13 14:16 ` [PATCH 1/2] hwrng: cn10k - Optimize cn10k_rng_read() Vladis Dronov
2022-04-13 14:16 ` [PATCH 2/2] hwrng: cn10k - Make check_rng_health() return an error code Vladis Dronov
2022-04-21 10:00 ` [PATCH 0/2] hwrng: cn10k - Optimize random number generator driver Herbert Xu
2022-04-21 10:03   ` Vlad Dronov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.