[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1435933551-28696-1-git-send-email-maxime.ripard@free-electrons.com>
Date: Fri, 3 Jul 2015 16:25:45 +0200
From: Maxime Ripard <maxime.ripard@...e-electrons.com>
To: Thomas Gleixner <tglx@...utronix.de>,
Gregory Clement <gregory.clement@...e-electrons.com>,
Jason Cooper <jason@...edaemon.net>,
Andrew Lunn <andrew@...n.ch>,
Sebastian Hesselbarth <sebastian.hesselbarth@...il.com>,
Thomas Petazzoni <thomas.petazzoni@...e-electrons.com>,
"David S. Miller" <davem@...emloft.net>
Cc: linux-kernel@...r.kernel.org, netdev@...r.kernel.org,
Maxime Ripard <maxime.ripard@...e-electrons.com>
Subject: [PATCH 0/6] net: mvneta: Switch to per-CPU irq and make rxq_def useful
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists