Skip to content
Snippets Groups Projects
Commit aa40528a authored by Felix Fietkau's avatar Felix Fietkau
Browse files

mt76: use threaded NAPI


With threaded NAPI, the rx handler function is no longer bound to the CPU that
fired the interrupt, which significantly helps to spread the workload over
multiple CPUs, especially when multiple devices are using threaded NAPI at the
same time.
Exclude the tx handler from threaded NAPI by using a separate dummy netdev.
The work is small and short-lived enough that it makes more sense to run it in
softirq instead of creating a dedicated thread

Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
parent 7139b5c0
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment