Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757502AbZKMV1x (ORCPT ); Fri, 13 Nov 2009 16:27:53 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755130AbZKMV1r (ORCPT ); Fri, 13 Nov 2009 16:27:47 -0500 Received: from mail.vyatta.com ([76.74.103.46]:50929 "EHLO mail.vyatta.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753147AbZKMV1r (ORCPT ); Fri, 13 Nov 2009 16:27:47 -0500 Date: Fri, 13 Nov 2009 13:27:28 -0800 From: Stephen Hemminger To: Patrick Mullaney Cc: kaber@trash.net, netdev@vger.kernel.org, alacrityvm-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org, arnd@arndb.de, bridge@lists.linux-foundation.org Subject: Re: [PATCH 0/3] macvlan: support for guest vm direct rx/tx Message-ID: <20091113132728.0f1db7c5@s6510> In-Reply-To: <20091113195201.11184.25766.stgit@mimic.site> References: <4AFAD86A.9070506@trash.net> <20091113195201.11184.25766.stgit@mimic.site> Organization: Vyatta X-Mailer: Claws Mail 3.7.2 (GTK+ 2.18.3; i486-pc-linux-gnu) 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: 824 Lines: 19 On Fri, 13 Nov 2009 14:55:06 -0500 Patrick Mullaney wrote: > These patches allow other modules to override the receive > path of a macvlan. This is being done to support guest > VMs operating directly over a macvlan. Routines to allow > creation and deletion of macvlans from in-kernel modules > were also exposed/added. Which guest VM, how will it use it? The kernel is not in the business of providing infrastructure for out of tree patches. Also, macvlan should really being calling netif_receive_skb() not going through another queue/softirq cycle. -- 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/