Message ID | 20210423120248.248EBC4338A@smtp.codeaurora.org (mailing list archive) |
---|---|
State | Accepted |
Commit | e40fa65c79b59ef662bf3f9e81cc2236fb9581e3 |
Headers | show |
Series | pull-request: wireless-drivers-next-2021-04-23 | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Not a local patch |
Hello: This pull request was applied to netdev/net-next.git (refs/heads/master): On Fri, 23 Apr 2021 12:02:48 +0000 (UTC) you wrote: > Hi, > > here's a pull request to net-next tree, more info below. Please let me know if > there are any problems. > > Kalle > > [...] Here is the summary with links: - pull-request: wireless-drivers-next-2021-04-23 https://git.kernel.org/netdev/net-next/c/e40fa65c79b5 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
On Fri, 23 Apr 2021 12:02:48 +0000 (UTC) Kalle Valo wrote:
> mt76: debugfs: introduce napi_threaded node
Folks, why is the sysfs knob not sufficient?
On 2021-04-29 02:24, Jakub Kicinski wrote: > On Fri, 23 Apr 2021 12:02:48 +0000 (UTC) Kalle Valo wrote: >> mt76: debugfs: introduce napi_threaded node > > Folks, why is the sysfs knob not sufficient? Because mt76 has to use a dummy netdev for NAPI, which does not show up in sysfs. - Felix
On Thu, 29 Apr 2021 06:54:45 +0200 Felix Fietkau wrote: > On 2021-04-29 02:24, Jakub Kicinski wrote: > > On Fri, 23 Apr 2021 12:02:48 +0000 (UTC) Kalle Valo wrote: > >> mt76: debugfs: introduce napi_threaded node > > > > Folks, why is the sysfs knob not sufficient? > Because mt76 has to use a dummy netdev for NAPI, which does not show up > in sysfs. Ah, the ephemeral nature of wireless netdevs. Makes sense.