From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <5360BD00.6050906@parallels.com> Date: Wed, 30 Apr 2014 13:06:08 +0400 From: Vasily Averin MIME-Version: 1.0 References: <534FB7D2.3020705@parallels.com> <53535C35.7070108@parallels.com> <20140424163243.GN31953@breakpoint.cc> <535E4B74.4050107@parallels.com> <20140428131646.GP31953@breakpoint.cc> <535E64D2.7080700@parallels.com> In-Reply-To: <535E64D2.7080700@parallels.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Bridge] [PATCH 1/1] superfluous skb->nfct check in br_nf_dev_queue_xmit List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Florian Westphal Cc: bridge@lists.linux-foundation.org, "David S. Miller" , Stephen Hemminger , netfilter-devel@vger.kernel.org, Patrick McHardy , Pablo Neira Ayuso On 04/28/2014 06:25 PM, Vasily Averin wrote: >>> Therefore I believe that my patch is still correct, however now I think we also need >>> to remove #if IS_ENABLED(CONFIG_NF_CONNTRACK_IPV4) in br_nf_dev_queue_xmit(). >> >> I don't think so, DEFRAG_IPV4 is dependency glue, so it shouldn't be >> possible to build kernel with CONNTRACK_IPV4=n and DEFRAG_IPV4=(m|y). > > Also I believe you are wrong with dependencies: > NF_CONNTRACK_IPV4 forces NF_DEFRAG_IPV4, not vice versa If you do not want to remove this #ifdef at all how do you like an idea to replace NF_CONNTRACK_IPV4 to NF_DEFRAG_IPV4?