commit | 67e2eb27958cae758ccbc86443c360ec285acc3e | [log] [tgz] |
---|---|---|
author | Lennert Buytenhek <buytenh@wantstofly.org> | Fri Jan 08 18:32:18 2010 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Jan 12 14:02:10 2010 -0500 |
tree | dfddb0fef0ff269269e16f42b51f64f24539c7e2 | |
parent | 1e9f9de3b17db3aa358f39d6932662324178350d [diff] |
mwl8k: move receive processing to tasklet Like how TX reclaim is done in a tasklet, move receive processing to tasklet context as well. This can have nice benefits for CPU utilisation and throughput, especially at 3-stream rates. (Use the same CLEAR_SEL trick as the TX reclaim tasklet does, to avoid having to touch the interrupt mask registers.) Signed-off-by: Lennert Buytenhek <buytenh@marvell.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>