commit | 12bb03b436dad56692e9a103ed26156156bef5d2 | [log] [tgz] |
---|---|---|
author | Maxime Ripard <maxime.ripard@free-electrons.com> | Fri Sep 25 18:09:36 2015 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 29 11:51:40 2015 -0700 |
tree | feb55201ac2fab088173d595e6b7218d72c9efc1 | |
parent | 2502d0ef272da7058ef303b849a2c8dc324c2e2e [diff] |
net: mvneta: Handle per-cpu interrupts Now that our interrupt controller is allowing us to use per-CPU interrupts, actually use it in the mvneta driver. This involves obviously reworking the driver to have a CPU-local NAPI structure, and report for incoming packet using that structure. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com> Signed-off-by: David S. Miller <davem@davemloft.net>