All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Michael S. Tsirkin" <mst@redhat.com>
To: Arnd Bergmann <arnd@arndb.de>
Cc: Asias He <asias.hejun@gmail.com>, Ingo Molnar <mingo@elte.hu>,
	Jason Wang <jasowang@redhat.com>,
	Pekka Enberg <penberg@kernel.org>, Amos Kong <akong@redhat.com>,
	kvm@vger.kernel.org
Subject: Re: Does macvtap support host to guest communication?
Date: Tue, 26 Apr 2011 12:34:37 +0300	[thread overview]
Message-ID: <20110426093437.GA6836@redhat.com> (raw)
In-Reply-To: <201104191414.25203.arnd@arndb.de>

On Tue, Apr 19, 2011 at 02:14:25PM +0200, Arnd Bergmann wrote:
> 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

There's overlap between macvtap and some
ongoing work on vhost-net.  In particular there are efforts to add zero
copy and multiqueue support.  So if you like, apply something like the
below:

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

diff --git a/MAINTAINERS b/MAINTAINERS
index 649600c..28861a4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4034,6 +4034,13 @@ S:	Maintained
 F:	drivers/net/macvlan.c
 F:	include/linux/if_macvlan.h
 
+MACVTAP DRIVER
+M:	Michael S. Tsirkin <mst@redhat.com>
+M:	Arnd Bergmann <arnd@arndb.de>
+L:	netdev@vger.kernel.org
+S:	Maintained
+F:	drivers/net/macvtap.c
+
 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
 M:	Michael Kerrisk <mtk.manpages@gmail.com>
 W:	http://www.kernel.org/doc/man-pages

  parent reply	other threads:[~2011-04-26  9:35 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-18  6:10 Does macvtap support host to guest communication? Asias He
2011-04-18  6:58 ` Arnd Bergmann
2011-04-18 10:21   ` Asias He
2011-04-18 10:53     ` Arnd Bergmann
2011-04-18 12:01       ` Ingo Molnar
2011-04-18 13:20         ` Arnd Bergmann
2011-04-18 14:30           ` Asias He
2011-04-18 15:05             ` Arnd Bergmann
2011-04-18 15:28               ` Asias He
2011-04-19 12:14                 ` Arnd Bergmann
     [not found]                   ` <BANLkTi=MYexojZrCS_EMuHq+A1=zFyxM6g@mail.gmail.com>
2011-04-21 14:54                     ` Arnd Bergmann
2011-04-26  9:34                   ` Michael S. Tsirkin [this message]
2011-04-18 13:29         ` Michael S. Tsirkin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110426093437.GA6836@redhat.com \
    --to=mst@redhat.com \
    --cc=akong@redhat.com \
    --cc=arnd@arndb.de \
    --cc=asias.hejun@gmail.com \
    --cc=jasowang@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=penberg@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.