From mboxrd@z Thu Jan 1 00:00:00 1970 From: davem@davemloft.net (David Miller) Date: Tue, 29 Sep 2015 11:51:57 -0700 (PDT) Subject: [PATCH v2 0/7] net: mvneta: Switch to per-CPU irq and make rxq_def useful In-Reply-To: <1443197378-30717-1-git-send-email-gregory.clement@free-electrons.com> References: <1443197378-30717-1-git-send-email-gregory.clement@free-electrons.com> Message-ID: <20150929.115157.1923947727727463035.davem@davemloft.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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.