commit | 8067302973a1959605af1124e828cbb3e66f2a3c | [log] [tgz] |
---|---|---|
author | John Crispin <john@phrozen.org> | Wed Jun 29 13:38:11 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 30 08:52:04 2016 -0400 |
tree | 173febe3e6275b596295a2ffec1e9e8c06669589 | |
parent | 7bc9ccec34f5260bf698de5d5c0366b6c6ef6c9e [diff] |
net-next: mediatek: add support for IRQ grouping The ethernet core has 3 IRQs. Using the IRQ grouping registers we are able to separate TX and RX IRQs, which allows us to service them on separate cores. This patch splits the IRQ handler into 2 separate functions, one for TX and another for RX. The TX housekeeping is split out into its own NAPI handler. Signed-off-by: John Crispin <john@phrozen.org> Signed-off-by: David S. Miller <davem@davemloft.net>