Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1394946
| From | John Crispin <john@phrozen.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/4] net-next: mediatek: implement IRQ grouping |
| Date | 2016-05-05 11:30 +0200 |
| Message-ID | <rvnLA-5Kz-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This series contains three minor cleanups and a patch that add support for
IRQ grouping allowing us to split the TX and RX IRQs onto multiple cores
using affinity.
John Crispin (4):
net-next: mediatek: remove superfluous register reads
net-next: mediatek: don't use intermediate variables to store IRQ
masks
net-next: mediatek: add IRQ locking
net-next: mediatek: add support for IRQ grouping
drivers/net/ethernet/mediatek/mtk_eth_soc.c | 175 +++++++++++++++++----------
drivers/net/ethernet/mediatek/mtk_eth_soc.h | 16 ++-
2 files changed, 122 insertions(+), 69 deletions(-)
--
1.7.10.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/4] net-next: mediatek: implement IRQ grouping John Crispin <john@phrozen.org> - 2016-05-05 11:30 +0200 [PATCH 1/4] net-next: mediatek: remove superfluous register reads John Crispin <john@phrozen.org> - 2016-05-05 11:30 +0200 [PATCH 3/4] net-next: mediatek: add IRQ locking John Crispin <john@phrozen.org> - 2016-05-05 11:30 +0200 [PATCH 4/4] net-next: mediatek: add support for IRQ grouping John Crispin <john@phrozen.org> - 2016-05-05 11:30 +0200 [PATCH 2/4] net-next: mediatek: don't use intermediate variables to store IRQ masks John Crispin <john@phrozen.org> - 2016-05-05 11:40 +0200
csiph-web