[PATCH 0/6] net: mvneta: Switch to per-CPU irq and make rxq_def useful

From: Maxime Ripard
Date: Fri Jul 03 2015 - 10:31:20 EST


Hi,

This patchset reworks the Marvell neta driver in order to really
support its per-CPU interrupts, instead of faking them as SPI, and
allow the use of any RX queue instead of the hardcoded RX queue 0 that
we have currently.

Let me know what you think,
Maxime

Maxime Ripard (6):
net: mvneta: Fix CPU_MAP registers initialisation
genirq: Fix the documentation of request_percpu_irq
irqchip: armada-370-xp: Rework per-cpu interrupts handling
net: mvneta: Handle per-cpu interrupts
net: mvneta: Allow different queues
net: mvneta: Statically assign queues to CPUs

drivers/irqchip/irq-armada-370-xp.c | 14 +--
drivers/net/ethernet/marvell/mvneta.c | 187 ++++++++++++++++------------------
kernel/irq/manage.c | 7 +-
3 files changed, 98 insertions(+), 110 deletions(-)

--
2.4.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/