lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 14 Dec 2021 18:28:52 -0800
From:   Jakub Kicinski <kuba@...nel.org>
To:     Abhishek Kumar <kuabhs@...omium.org>
Cc:     kvalo@...eaurora.org, briannorris@...omium.org,
        linux-kernel@...r.kernel.org, linux-wireless@...r.kernel.org,
        dianders@...omium.org, pillair@...eaurora.org,
        "David S. Miller" <davem@...emloft.net>,
        ath10k@...ts.infradead.org, netdev@...r.kernel.org
Subject: Re: [PATCH] ath10k: enable threaded napi on ath10k driver

On Tue, 14 Dec 2021 22:39:36 +0000 Abhishek Kumar wrote:
> NAPI poll can be done in threaded context along with soft irq
> context. Threaded context can be scheduled efficiently, thus
> creating less of bottleneck during Rx processing. This patch is
> to enable threaded NAPI on ath10k driver.

You need to explain in more detail what you mean by "can be scheduled
efficiently". mt76 had an issue where Rx and Tx would use the same IRQ 
and threaded NAPI allowed them to be run on separate cores. What's the
challenge for ath10k HW?

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ