From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754505Ab3KUPmZ (ORCPT ); Thu, 21 Nov 2013 10:42:25 -0500 Received: from mx1.redhat.com ([209.132.183.28]:57079 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752640Ab3KUPmY (ORCPT ); Thu, 21 Nov 2013 10:42:24 -0500 Message-ID: <528E28D7.4010306@redhat.com> Date: Thu, 21 Nov 2013 16:37:59 +0100 From: Nikolay Aleksandrov User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: Eric Dumazet , Anton Nayshtut CC: Jay Vosburgh , Veaceslav Falico , Andy Gospodarek , "David S. Miller" , Cong Wang , Nicolas Schichan , Eric Dumazet , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, Erez Kirshenbaum , Boris Lapshin Subject: Re: [PATCH 1/4] bonding: L2DA mode added References: <1385045738-29726-1-git-send-email-Anton.Nayshtut@wilocity.com> <1385045738-29726-2-git-send-email-Anton.Nayshtut@wilocity.com> <1385047978.10637.51.camel@edumazet-glaptop2.roam.corp.google.com> In-Reply-To: <1385047978.10637.51.camel@edumazet-glaptop2.roam.corp.google.com> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/21/2013 04:32 PM, Eric Dumazet wrote: > On Thu, 2013-11-21 at 16:55 +0200, Anton Nayshtut wrote: >> This patches introduces L2DA bonding module with all the data structures and >> interfaces. It's not integrated yet. > > I veto any kind of new bonding mode not using RCU. > > Adding another rwlock in 2013 is simply not an option. > > Thanks > > +1 Also, I haven't read the patch-set closely but based on the description in the first patch I think you can already get this (or very similar) functionality by using the slave override option in the bonding. You can match the destination L2 address and override the slave based on that. Nik