[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <201002151020.30127.arnd@arndb.de>
Date: Mon, 15 Feb 2010 10:20:30 +0100
From: Arnd Bergmann <arnd@...db.de>
To: "Michael S. Tsirkin" <mst@...hat.com>
Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
Ed Swierk <eswierk@...stanetworks.com>,
Patrick McHardy <kaber@...sh.net>,
Sridhar Samudrala <sri@...ibm.com>, qemu-devel@...gnu.org
Subject: Re: [PATCH 2/2] net/macvtap: add vhost suppor
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists