From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH net-next 00/43] Simplify netfilter and network namespaces (take 2) Date: Thu, 18 Jun 2015 21:40:23 +0200 Message-ID: <20150618194023.GA3057@salvia> References: <87616ppt3h.fsf@x220.int.ebiederm.org> <87r3pae5hn.fsf@x220.int.ebiederm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: David Miller , netdev@vger.kernel.org, netfilter-devel@vger.kernel.org, Stephen Hemminger , Juanjo Ciarlante , Wensong Zhang , Simon Horman , Julian Anastasov , Patrick McHardy , Jozsef Kadlecsik , Jamal Hadi Salim , Steffen Klassert , Herbert Xu To: "Eric W. Biederman" Return-path: Received: from mail.us.es ([193.147.175.20]:56598 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751674AbbFRTfF (ORCPT ); Thu, 18 Jun 2015 15:35:05 -0400 Content-Disposition: inline In-Reply-To: <87r3pae5hn.fsf@x220.int.ebiederm.org> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Wed, Jun 17, 2015 at 10:09:40AM -0500, Eric W. Biederman wrote: [...] > There are a few extra cleanups in the first group of changes sprinkled > in as I noticed a few other things as I was sorting out the network > namespace computation logic. This is a rather large patchset that address many pernet issues in the netfilter codebase, I would classify them in: 1) Patches to prepare the ground for easier pernet integration. 2) Get rid of the dev_net(dev) ? ... : ...; pattern all around the netfilter code. 3) Missing pernet sysctl support is some spots, eg. br_netfilter. 4) Pernet hooks, probably the largest changeset in this pile and the most important one IMO. So given that it's quite evident that netfilter netns support is half-cooked and there's room for improvement in it, as we've been receiving patches to partially add support on things that people sporadically needed, could you please split this in several (smaller) batches in logical changes for easier review? On a different front, nfnetlink_log and nfnetlink_queue also still lack of netns support so patches for that would be also appreciated in another different round. I'm going to take as much of small preparation patches that I can to reduce your patchload: 1/43, 8/43, 16/43, 17/43, 18/43, 26/43 Thank you.