From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Date: Wed, 18 Nov 2009 10:59:45 +0100 References: <1258497551-25959-1-git-send-email-arnd@arndb.de> <1258497551-25959-4-git-send-email-arnd@arndb.de> <4B0398D4.8030904@gmail.com> In-Reply-To: <4B0398D4.8030904@gmail.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200911181059.45331.arnd@arndb.de> Subject: Re: [Bridge] [PATCH 3/3] macvlan: export macvlan mode through netlink List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Dumazet Cc: Herbert Xu , Anna Fischer , netdev@vger.kernel.org, bridge@lists.linux-foundation.org, linux-kernel@vger.kernel.org, David Miller , Gerhard Stenzel , "Eric W. Biederman" , Jens Osterkamp , Patrick Mullaney , Stephen Hemminger , Edge Virtual Bridging , virtualization@lists.linux-foundation.org On Wednesday 18 November 2009, Eric Dumazet wrote: > > --- a/drivers/net/macvlan.c > > +++ b/drivers/net/macvlan.c > > @@ -33,12 +33,6 @@ > > > > #define MACVLAN_HASH_SIZE (1 << BITS_PER_BYTE) > > > > -enum macvlan_type { > > - MACVLAN_PRIVATE = 1, > > - MACVLAN_VEPA = 2, > > - MACVLAN_BRIDGE = 4, > > -}; > > I realize you defined MACVLAN_PRIVATE in patch 2, but used MACVLAN_MODE_PRIVATE, > so patch 2 is not compilable and breaks bisection ? > Hmm, right. I'll fix that up as well. Thanks, Arnd <><