Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756809AbZKQW4s (ORCPT ); Tue, 17 Nov 2009 17:56:48 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756795AbZKQW4r (ORCPT ); Tue, 17 Nov 2009 17:56:47 -0500 Received: from moutng.kundenserver.de ([212.227.17.8]:52385 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756792AbZKQW4q (ORCPT ); Tue, 17 Nov 2009 17:56:46 -0500 From: Arnd Bergmann To: linux-kernel@vger.kernel.org, Jens Osterkamp Subject: Re: [PATCH 0/3] macvlan: add vepa and bridge mode Date: Tue, 17 Nov 2009 23:56:41 +0100 User-Agent: KMail/1.12.2 (Linux/2.6.31-14-generic; KDE/4.3.2; x86_64; ; ) Cc: netdev@vger.kernel.org, David Miller , Stephen Hemminger , Herbert Xu , Patrick McHardy , Patrick Mullaney , "Eric W. Biederman" , Edge Virtual Bridging , Anna Fischer , bridge@lists.linux-foundation.org, Gerhard Stenzel , virtualization@lists.linux-foundation.org References: <1258497551-25959-1-git-send-email-arnd@arndb.de> In-Reply-To: <1258497551-25959-1-git-send-email-arnd@arndb.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <200911172356.41459.arnd@arndb.de> X-Provags-ID: V01U2FsdGVkX1+x5qoVfsBMeY3+p1RATNcfnUElu2WH93F5v4G 0P2/vlGMxwCKr5xZF3ahHq2/AaDTb1J8BYr4vUQb5/0+bDexSA 8UlQZXC66eNKUX7fIiXCA== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2411 Lines: 63 Sorry, I used the wrong address for the virtualization mailing list at first. Please correct this to when replying to the other mails. For people only subscribed to virtualization, you can find the actual patches at http://patchwork.kernel.org/patch/60810/ http://patchwork.kernel.org/patch/60811/ http://patchwork.kernel.org/patch/60813/ http://patchwork.kernel.org/patch/60814/ Arnd <>< On Tuesday 17 November 2009, Arnd Bergmann wrote: > This is based on an earlier patch from Eric Biederman adding > forwarding between macvlans. I extended his approach to > allow the administrator to choose the mode for each macvlan, > and to implement a functional VEPA between macvlan. > > Still missing from this is support for communication between > the lower device that the macvlans are based on. This would > be extremely useful but as others have found out before me > requires significant changes not only to macvlan but also > to the common transmit path. > > I've seen one panic during testing this that I still need > to track down, but it generally does what is advertised. > I've tested VEPA operation with the hairpin support > added to the bridge driver by Anna Fischer. > > My current plan is to submit this for inclusion in 2.6.33 > when people are happy with it and I tracked down any > remaining bugs, and possibly to do the communication with > the lower device one release later. > > Arnd <>< > > --- > > Arnd Bergmann (3): > macvlan: implement VEPA and private mode > macvlan: export macvlan mode through netlink > iplink: add macvlan options for bridge mode > > Eric Biederman (1): > macvlan: Reflect macvlan packets meant for other macvlan devices > > linux/drivers/net/macvlan.c | 170 +++++++++++++++++++++++++++++++++----- > linux/include/linux/if_link.h | 15 +++ > 2 files changed, 161 insertions(+), 24 deletions(-) > > iproute2/include/linux/if_link.h | 15 +++ > iproute2/ip/Makefile | 3 +- > iproute2/ip/iplink_macvlan.c | 93 ++++++++++++++++++ > 3 files changed, 110 insertions(+), 1 deletions(-) > create mode 100644 ip/iplink_macvlan.c > -- 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/