From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: Does macvtap support host to guest communication? Date: Tue, 19 Apr 2011 14:14:25 +0200 Message-ID: <201104191414.25203.arnd@arndb.de> References: <4DABD5BC.2040204@gmail.com> <201104181705.39772.arnd@arndb.de> <4DAC589D.8040204@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Cc: Ingo Molnar , "Michael S. Tsirkin" , Jason Wang , Pekka Enberg , Amos Kong , kvm@vger.kernel.org To: Asias He Return-path: Received: from moutng.kundenserver.de ([212.227.126.171]:65443 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754587Ab1DSMOo (ORCPT ); Tue, 19 Apr 2011 08:14:44 -0400 In-Reply-To: <4DAC589D.8040204@gmail.com> Sender: kvm-owner@vger.kernel.org List-ID: On Monday 18 April 2011, Asias He wrote: > > > > If you want a regular device to be able to send to a macvlan > > port, that would require at least these changes: > > > > * Add an option to put a plain device into macvlan-bridge mode > > * Add support for that option into iproute2 > > * Add a hook into dev_queue_xmit() to check for macvlan ports > > Cool! Arnd, mind to add this feature to macvtap? No, not after I just explained why I haven't done it before and why it's so controversial. Also, I have moved on to other projects and am no longer doing active development of the macvtap driver. I'd be happy to pass on the ownership to someone else and help him or her extend it. Arnd