All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnd Bergmann <arnd@arndb.de>
To: "Michael S. Tsirkin" <mst@redhat.com>
Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
	Ed Swierk <eswierk@aristanetworks.com>,
	Patrick McHardy <kaber@trash.net>,
	Sridhar Samudrala <sri@us.ibm.com>,
	qemu-devel@nongnu.org
Subject: Re: [PATCH 2/2] net/macvtap: add vhost suppor
Date: Mon, 15 Feb 2010 10:20:30 +0100	[thread overview]
Message-ID: <201002151020.30127.arnd@arndb.de> (raw)
In-Reply-To: <20100214132732.GB31180@redhat.com>

On Sunday 14 February 2010, Michael S. Tsirkin wrote:
> > @@ -473,7 +477,7 @@ static struct socket *get_socket(int fd)
> >       sock = get_raw_socket(fd);
> >       if (!IS_ERR(sock))
> >               return sock;
> > -     sock = get_tun_socket(fd);
> > +     sock = get_tap_socket(fd);
> >       if (!IS_ERR(sock))
> >               return sock;
> >       return ERR_PTR(-ENOTSOCK);
> 
> This will also need a dependency on macvtap in Kconfig.
> See how it's done for tun.

Ok, I'll add that.

Thanks,

	Arnd

WARNING: multiple messages have this Message-ID (diff)
From: Arnd Bergmann <arnd@arndb.de>
To: "Michael S. Tsirkin" <mst@redhat.com>
Cc: netdev@vger.kernel.org, qemu-devel@nongnu.org,
	Ed Swierk <eswierk@aristanetworks.com>,
	linux-kernel@vger.kernel.org, Patrick McHardy <kaber@trash.net>,
	Sridhar Samudrala <sri@us.ibm.com>
Subject: [Qemu-devel] Re: [PATCH 2/2] net/macvtap: add vhost suppor
Date: Mon, 15 Feb 2010 10:20:30 +0100	[thread overview]
Message-ID: <201002151020.30127.arnd@arndb.de> (raw)
In-Reply-To: <20100214132732.GB31180@redhat.com>

On Sunday 14 February 2010, Michael S. Tsirkin wrote:
> > @@ -473,7 +477,7 @@ static struct socket *get_socket(int fd)
> >       sock = get_raw_socket(fd);
> >       if (!IS_ERR(sock))
> >               return sock;
> > -     sock = get_tun_socket(fd);
> > +     sock = get_tap_socket(fd);
> >       if (!IS_ERR(sock))
> >               return sock;
> >       return ERR_PTR(-ENOTSOCK);
> 
> This will also need a dependency on macvtap in Kconfig.
> See how it's done for tun.

Ok, I'll add that.

Thanks,

	Arnd

  reply	other threads:[~2010-02-15  9:20 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-13 10:33 [PATCH 1/2] macvtap: rework object lifetime rules Arnd Bergmann
2010-02-13 10:33 ` [Qemu-devel] " Arnd Bergmann
2010-02-13 10:35 ` [PATCH 2/2] net/macvtap: add vhost support Arnd Bergmann
2010-02-13 10:35   ` [Qemu-devel] " Arnd Bergmann
2010-02-14 13:27   ` Michael S. Tsirkin
2010-02-14 13:27     ` [Qemu-devel] " Michael S. Tsirkin
2010-02-15  9:20     ` Arnd Bergmann [this message]
2010-02-15  9:20       ` [Qemu-devel] Re: [PATCH 2/2] net/macvtap: add vhost suppor Arnd Bergmann
2010-02-15 23:48 ` [PATCH 1/2] macvtap: rework object lifetime rules Ed Swierk
2010-02-15 23:48   ` [Qemu-devel] " Ed Swierk

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=201002151020.30127.arnd@arndb.de \
    --to=arnd@arndb.de \
    --cc=eswierk@aristanetworks.com \
    --cc=kaber@trash.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mst@redhat.com \
    --cc=netdev@vger.kernel.org \
    --cc=qemu-devel@nongnu.org \
    --cc=sri@us.ibm.com \
    /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.