From mboxrd@z Thu Jan 1 00:00:00 1970 From: tglx@linutronix.de (Thomas Gleixner) Date: Wed, 30 Sep 2015 16:56:06 +0200 (CEST) Subject: [PATCH v2 0/7] net: mvneta: Switch to per-CPU irq and make rxq_def useful In-Reply-To: <20150929.115157.1923947727727463035.davem@davemloft.net> References: <1443197378-30717-1-git-send-email-gregory.clement@free-electrons.com> <20150929.115157.1923947727727463035.davem@davemloft.net> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, 29 Sep 2015, David Miller wrote: > From: Gregory CLEMENT > Date: Fri, 25 Sep 2015 18:09:31 +0200 > > > As stated in the first version: "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." > > Series applied, thanks. You could have had the courtesy to wait for an ack for the core irq parts at least....