All of lore.kernel.org
 help / color / mirror / Atom feed
* [ath9k-devel] ath9k-rng: high cpu load
@ 2016-03-04 15:21 Oleksij Rempel
  2016-03-11  9:46 ` miaoqing at codeaurora.org
  0 siblings, 1 reply; 4+ messages in thread
From: Oleksij Rempel @ 2016-03-04 15:21 UTC (permalink / raw)
  To: ath9k-devel

Hallo all,

on my last train trip i noticed that ath9k-rng produce continuous 15%
cpu load. Probably two factor coused this issue:
- my STA was not associated with any AP
- on the road there is enough noise.

from why i see, this code has all reasons to consume all CPU time it
get, so far ath9k_rng_data_read can provide some data.

        while (!kthread_should_stop()) {
                bytes_read = ath9k_rng_data_read(sc, rng_buf,
                                                 ATH9K_RNG_BUF_SIZE);
                if (unlikely(!bytes_read)) {
                        msleep_interruptible(10);
                        continue;
                }

                /* sleep until entropy bits under write_wakeup_threshold */
                add_hwgenerator_randomness((void *)rng_buf, bytes_read,
                                           ATH9K_RNG_ENTROPY(bytes_read));
        }

-- 
Regards,
Oleksij

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 213 bytes
Desc: OpenPGP digital signature
Url : http://lists.ath9k.org/pipermail/ath9k-devel/attachments/20160304/27b4bff4/attachment.pgp 

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

end of thread, other threads:[~2016-03-14 15:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-04 15:21 [ath9k-devel] ath9k-rng: high cpu load Oleksij Rempel
2016-03-11  9:46 ` miaoqing at codeaurora.org
2016-03-14 14:47   ` Oleksij Rempel
2016-03-14 15:14     ` Oleksij Rempel

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.