Home
last modified time | relevance | path

Searched hist:aa40528a (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7603/
H A Ddma.caa40528a Sun Jul 26 06:09:51 CDT 2020 Felix Fietkau <nbd@nbd.name> 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: Felix Fietkau <nbd@nbd.name>
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Ddma.caa40528a Sun Jul 26 06:09:51 CDT 2020 Felix Fietkau <nbd@nbd.name> 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: Felix Fietkau <nbd@nbd.name>
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Ddma.caa40528a Sun Jul 26 06:09:51 CDT 2020 Felix Fietkau <nbd@nbd.name> 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: Felix Fietkau <nbd@nbd.name>
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_mmio.caa40528a Sun Jul 26 06:09:51 CDT 2020 Felix Fietkau <nbd@nbd.name> 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: Felix Fietkau <nbd@nbd.name>
H A Ddma.caa40528a Sun Jul 26 06:09:51 CDT 2020 Felix Fietkau <nbd@nbd.name> 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: Felix Fietkau <nbd@nbd.name>
H A Dmt76.haa40528a Sun Jul 26 06:09:51 CDT 2020 Felix Fietkau <nbd@nbd.name> 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: Felix Fietkau <nbd@nbd.name>