From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4B263468.3060406@trash.net> Date: Mon, 14 Dec 2009 13:49:44 +0100 From: Patrick McHardy MIME-Version: 1.0 References: <1259862720-28432-1-git-send-email-arnd@arndb.de> <1259862720-28432-2-git-send-email-arnd@arndb.de> In-Reply-To: <1259862720-28432-2-git-send-email-arnd@arndb.de> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Bridge] [RFC 1/2] macvlan: Allow plugging in additional backends List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Arnd Bergmann Cc: Herbert Xu , "Michael S. Tsirkin" , netdev@vger.kernel.org, bridge@lists.linux-foundation.org, linux-kernel@vger.kernel.org, Patrick Mullaney , davem@davemloft.net Arnd Bergmann wrote: > This patch includes only the basic framework for overriding the > receive path. With these hooks, we can add the macvtap driver > and potentially other drivers that directly interface with a > hypervisor. > > Loosely based on a patch by Patrick Mullaney based on another > patch by Arnd Bergmann. This patch looks fine to me.