Message ID | 20210423120248.248EBC4338A@smtp.codeaurora.org |
---|---|
State | New |
Headers | show |
Series | pull-request: wireless-drivers-next-2021-04-23 | expand |
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.