From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Gleixner Subject: Re: [PATCH v2 0/7] net: mvneta: Switch to per-CPU irq and make rxq_def useful Date: Wed, 30 Sep 2015 16:53:52 +0200 (CEST) Message-ID: References: <1443197378-30717-1-git-send-email-gregory.clement@free-electrons.com> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Jason Cooper , linux-kernel@vger.kernel.org, "David S. Miller" , netdev@vger.kernel.org, Thomas Petazzoni , Andrew Lunn , Sebastian Hesselbarth , Lior Amsalem , Tawfik Bayouk , Nadav Haklai , Ezequiel Garcia , Maxime Ripard , Boris BREZILLON , Willy Tarreau , linux-arm-kernel@lists.infradead.org To: Gregory CLEMENT Return-path: In-Reply-To: <1443197378-30717-1-git-send-email-gregory.clement@free-electrons.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Fri, 25 Sep 2015, Gregory CLEMENT wrote: > I also reorganized the series, the 3 first patches should go through > the irq subsystem, whereas the 4 others should go to the network > subsystem. > > However, there is a runtime dependency between the two parts. Patch 5 > depend on the patch 3 to be able to use the percpu irq. The first 3 are good to go from my side. To avoid merge window dependencies, I'll create a branch irq/for-net with these 3 patches and merge that into irq/core. So if the network folks want to pick up the rest, they can merge in that branch as well. Thanks, tglx