Searched hist:"4513493 d" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/wireless/mediatek/mt7601u/ |
H A D | mt7601u.h | 4513493d Fri Jul 31 08:04:48 CDT 2015 Jakub Kicinski <kubakici@wp.pl> mt7601u: fix tx status reporting contexts
mac80211 requires that rx path does not run concurrently with tx status reporting. Since rx path is run in driver tasklet, tx status cannot be reported directly from interrupt context (there would be no way to lock it out).
Add tasklet for tx and move all possible code from irq handler there.
Note: tx tasklet is needed because workqueue is queued very rarely and that kills TCP performance.
Signed-off-by: Jakub Kicinski <kubakici@wp.pl> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> 4513493d Fri Jul 31 08:04:48 CDT 2015 Jakub Kicinski <kubakici@wp.pl> mt7601u: fix tx status reporting contexts mac80211 requires that rx path does not run concurrently with tx status reporting. Since rx path is run in driver tasklet, tx status cannot be reported directly from interrupt context (there would be no way to lock it out). Add tasklet for tx and move all possible code from irq handler there. Note: tx tasklet is needed because workqueue is queued very rarely and that kills TCP performance. Signed-off-by: Jakub Kicinski <kubakici@wp.pl> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
|
H A D | init.c | 4513493d Fri Jul 31 08:04:48 CDT 2015 Jakub Kicinski <kubakici@wp.pl> mt7601u: fix tx status reporting contexts
mac80211 requires that rx path does not run concurrently with tx status reporting. Since rx path is run in driver tasklet, tx status cannot be reported directly from interrupt context (there would be no way to lock it out).
Add tasklet for tx and move all possible code from irq handler there.
Note: tx tasklet is needed because workqueue is queued very rarely and that kills TCP performance.
Signed-off-by: Jakub Kicinski <kubakici@wp.pl> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> 4513493d Fri Jul 31 08:04:48 CDT 2015 Jakub Kicinski <kubakici@wp.pl> mt7601u: fix tx status reporting contexts mac80211 requires that rx path does not run concurrently with tx status reporting. Since rx path is run in driver tasklet, tx status cannot be reported directly from interrupt context (there would be no way to lock it out). Add tasklet for tx and move all possible code from irq handler there. Note: tx tasklet is needed because workqueue is queued very rarely and that kills TCP performance. Signed-off-by: Jakub Kicinski <kubakici@wp.pl> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
|
H A D | mac.c | 4513493d Fri Jul 31 08:04:48 CDT 2015 Jakub Kicinski <kubakici@wp.pl> mt7601u: fix tx status reporting contexts
mac80211 requires that rx path does not run concurrently with tx status reporting. Since rx path is run in driver tasklet, tx status cannot be reported directly from interrupt context (there would be no way to lock it out).
Add tasklet for tx and move all possible code from irq handler there.
Note: tx tasklet is needed because workqueue is queued very rarely and that kills TCP performance.
Signed-off-by: Jakub Kicinski <kubakici@wp.pl> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> 4513493d Fri Jul 31 08:04:48 CDT 2015 Jakub Kicinski <kubakici@wp.pl> mt7601u: fix tx status reporting contexts mac80211 requires that rx path does not run concurrently with tx status reporting. Since rx path is run in driver tasklet, tx status cannot be reported directly from interrupt context (there would be no way to lock it out). Add tasklet for tx and move all possible code from irq handler there. Note: tx tasklet is needed because workqueue is queued very rarely and that kills TCP performance. Signed-off-by: Jakub Kicinski <kubakici@wp.pl> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
|
H A D | dma.c | 4513493d Fri Jul 31 08:04:48 CDT 2015 Jakub Kicinski <kubakici@wp.pl> mt7601u: fix tx status reporting contexts
mac80211 requires that rx path does not run concurrently with tx status reporting. Since rx path is run in driver tasklet, tx status cannot be reported directly from interrupt context (there would be no way to lock it out).
Add tasklet for tx and move all possible code from irq handler there.
Note: tx tasklet is needed because workqueue is queued very rarely and that kills TCP performance.
Signed-off-by: Jakub Kicinski <kubakici@wp.pl> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> 4513493d Fri Jul 31 08:04:48 CDT 2015 Jakub Kicinski <kubakici@wp.pl> mt7601u: fix tx status reporting contexts mac80211 requires that rx path does not run concurrently with tx status reporting. Since rx path is run in driver tasklet, tx status cannot be reported directly from interrupt context (there would be no way to lock it out). Add tasklet for tx and move all possible code from irq handler there. Note: tx tasklet is needed because workqueue is queued very rarely and that kills TCP performance. Signed-off-by: Jakub Kicinski <kubakici@wp.pl> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
|