Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753784AbZDOKpi (ORCPT ); Wed, 15 Apr 2009 06:45:38 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755514AbZDOKpS (ORCPT ); Wed, 15 Apr 2009 06:45:18 -0400 Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:39420 "EHLO sunset.davemloft.net" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1756962AbZDOKpQ (ORCPT ); Wed, 15 Apr 2009 06:45:16 -0400 Date: Wed, 15 Apr 2009 03:45:07 -0700 (PDT) Message-Id: <20090415.034507.208815568.davem@davemloft.net> To: kaber@trash.net Cc: dada1@cosmosbay.com, jpirko@redhat.com, lizf@cn.fujitsu.com, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, jgarzik@pobox.com, shemminger@linux-foundation.org, bridge@lists.linux-foundation.org, fubar@us.ibm.com, bonding-devel@lists.sourceforge.net, mschmidt@redhat.com, ivecera@redhat.com Subject: Re: [PATCH 1/3] net: introduce a list of device addresses dev_addr_list From: David Miller In-Reply-To: <49E5B9BD.5070204@trash.net> References: <49E5B365.2010008@trash.net> <20090415.031510.162624644.davem@davemloft.net> <49E5B9BD.5070204@trash.net> X-Mailer: Mew version 6.2.51 on Emacs 22.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1012 Lines: 24 From: Patrick McHardy Date: Wed, 15 Apr 2009 12:41:01 +0200 > Herbert (I think) suggested to make address list updates in softirq > context a two-step process, where addresses would first be added to > a temporary list and the final change would be done in process context > while holding the RTNL. > > Given the complicated mess we currently have, this would be a very > worthwhile change IMO. This would break the IPV6 TAHI tests if you think we could use such an idea for that. When IPV6 packets arrive that influence multicast and unicast address lists, the effect must be essentially immediate. Such that a subsequent packet will cause the kernel the behave with the necessary side effects, no matter how quickly that next packet arrives. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/