From: Rusty Russell <rusty@rustcorp.com.au>
To: "Michael S. Tsirkin" <mst@redhat.com>
Cc: netdev@vger.kernel.org,
virtualization@lists.linux-foundation.org, kvm@vger.kernel.org,
linux-kernel@vger.kernel.org, mingo@elte.hu, linux-mm@kvack.org,
akpm@linux-foundation.org, hpa@zytor.com,
gregory.haskins@gmail.com, s.hetze@linux-ag.com,
Daniel Walker <dwalker@fifo99.com>,
Eric Dumazet <eric.dumazet@gmail.com>
Subject: Re: [PATCHv9 3/3] vhost_net: a kernel-level virtio server
Date: Tue, 10 Nov 2009 13:49:09 +1030 [thread overview]
Message-ID: <200911101349.09783.rusty@rustcorp.com.au> (raw)
In-Reply-To: <20091109172230.GD4724@redhat.com>
One fix:
vhost: fix TUN=m VHOST_NET=y
drivers/built-in.o: In function `get_tun_socket':
net.c:(.text+0x15436e): undefined reference to `tun_get_socket'
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
---
drivers/vhost/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/vhost/Kconfig b/drivers/vhost/Kconfig
--- a/drivers/vhost/Kconfig
+++ b/drivers/vhost/Kconfig
@@ -1,6 +1,6 @@
config VHOST_NET
tristate "Host kernel accelerator for virtio net (EXPERIMENTAL)"
- depends on NET && EVENTFD && EXPERIMENTAL
+ depends on NET && EVENTFD && TUN && EXPERIMENTAL
---help---
This kernel module can be loaded in host kernel to accelerate
guest networking with virtio_net. Not to be confused with virtio_net
WARNING: multiple messages have this Message-ID (diff)
From: Rusty Russell <rusty@rustcorp.com.au>
To: "Michael S. Tsirkin" <mst@redhat.com>
Cc: netdev@vger.kernel.org,
virtualization@lists.linux-foundation.org, kvm@vger.kernel.org,
linux-kernel@vger.kernel.org, mingo@elte.hu, linux-mm@kvack.org,
akpm@linux-foundation.org, hpa@zytor.com,
gregory.haskins@gmail.com, s.hetze@linux-ag.com,
Daniel Walker <dwalker@fifo99.com>,
Eric Dumazet <eric.dumazet@gmail.com>
Subject: Re: [PATCHv9 3/3] vhost_net: a kernel-level virtio server
Date: Tue, 10 Nov 2009 13:49:09 +1030 [thread overview]
Message-ID: <200911101349.09783.rusty@rustcorp.com.au> (raw)
In-Reply-To: <20091109172230.GD4724@redhat.com>
One fix:
vhost: fix TUN=m VHOST_NET=y
drivers/built-in.o: In function `get_tun_socket':
net.c:(.text+0x15436e): undefined reference to `tun_get_socket'
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
---
drivers/vhost/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/vhost/Kconfig b/drivers/vhost/Kconfig
--- a/drivers/vhost/Kconfig
+++ b/drivers/vhost/Kconfig
@@ -1,6 +1,6 @@
config VHOST_NET
tristate "Host kernel accelerator for virtio net (EXPERIMENTAL)"
- depends on NET && EVENTFD && EXPERIMENTAL
+ depends on NET && EVENTFD && TUN && EXPERIMENTAL
---help---
This kernel module can be loaded in host kernel to accelerate
guest networking with virtio_net. Not to be confused with virtio_net
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
next prev parent reply other threads:[~2009-11-10 3:19 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <cover.1257786516.git.mst@redhat.com>
2009-11-09 17:22 ` [PATCHv9 1/3] tun: export underlying socket Michael S. Tsirkin
2009-11-09 17:22 ` Michael S. Tsirkin
2009-11-09 17:22 ` Michael S. Tsirkin
2009-11-09 17:22 ` Michael S. Tsirkin
2009-11-09 17:22 ` [PATCHv9 2/3] mm: export use_mm/unuse_mm to modules Michael S. Tsirkin
2009-11-09 17:22 ` Michael S. Tsirkin
2009-11-09 17:22 ` Michael S. Tsirkin
2009-11-09 17:22 ` Michael S. Tsirkin
2009-11-09 17:22 ` [PATCHv9 3/3] vhost_net: a kernel-level virtio server Michael S. Tsirkin
2009-11-09 17:22 ` Michael S. Tsirkin
2009-11-09 17:22 ` Michael S. Tsirkin
2009-11-10 2:48 ` Rusty Russell
2009-11-10 2:48 ` Rusty Russell
2009-11-10 2:48 ` Rusty Russell
2009-11-10 3:19 ` Rusty Russell
2009-11-10 3:19 ` Rusty Russell [this message]
2009-11-10 3:19 ` Rusty Russell
2009-11-10 11:36 ` Michael S. Tsirkin
2009-11-10 11:36 ` Michael S. Tsirkin
2009-11-12 2:18 ` Rusty Russell
2009-11-12 2:18 ` Rusty Russell
2009-11-12 2:18 ` Rusty Russell
2009-11-10 11:36 ` Michael S. Tsirkin
2009-11-18 5:42 ` Xin, Xiaohui
2009-11-18 5:42 ` Xin, Xiaohui
2009-11-18 5:42 ` Xin, Xiaohui
2009-11-18 5:42 ` Xin, Xiaohui
2009-11-22 10:35 ` Michael S. Tsirkin
2009-11-22 10:35 ` Michael S. Tsirkin
2009-11-22 10:35 ` Michael S. Tsirkin
2009-12-11 15:52 ` Shirley Ma
2009-12-11 15:52 ` Shirley Ma
2009-12-11 15:52 ` Shirley Ma
2009-11-18 5:42 ` Xin, Xiaohui
2009-11-09 17:22 ` 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=200911101349.09783.rusty@rustcorp.com.au \
--to=rusty@rustcorp.com.au \
--cc=akpm@linux-foundation.org \
--cc=dwalker@fifo99.com \
--cc=eric.dumazet@gmail.com \
--cc=gregory.haskins@gmail.com \
--cc=hpa@zytor.com \
--cc=kvm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=mingo@elte.hu \
--cc=mst@redhat.com \
--cc=netdev@vger.kernel.org \
--cc=s.hetze@linux-ag.com \
--cc=virtualization@lists.linux-foundation.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.