public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] Libvirt: load vhost_net before libvirtd start.
@ 2016-08-14  9:25 Jonatan Schlag
  0 siblings, 0 replies; only message in thread
From: Jonatan Schlag @ 2016-08-14  9:25 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1148 bytes --]

If the  kernel module vhot_net is loaded, the performance of virtio
networking is better then without vhost_net.
So the module is loaded before libvirtd ist started to get the benefit
of vhost_net.

Signed-off-by: Jonatan Schlag <jonatan.schlag(a)ipfire.org>
---
 lfs/libvirt                     | 2 +-
 src/initscripts/init.d/libvirtd | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lfs/libvirt b/lfs/libvirt
index f70b859..854c52c 100644
--- a/lfs/libvirt
+++ b/lfs/libvirt
@@ -33,7 +33,7 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 SUP_ARCH   = i586 x86_64
 PROG       = libvirt
-PAK_VER    = 8
+PAK_VER    = 9
 
 DEPS       = "libpciaccess libyajl ncat qemu"
 
diff --git a/src/initscripts/init.d/libvirtd b/src/initscripts/init.d/libvirtd
index f97d208..40bc6be 100644
--- a/src/initscripts/init.d/libvirtd
+++ b/src/initscripts/init.d/libvirtd
@@ -18,7 +18,7 @@
 case $1 in
 	start)
 		boot_mesg "Load required kernel modules for Libvirt"
-		modprobe tun
+		modprobe tun vhost_net
 		evaluate_retval
 		boot_mesg "Starting Libvirt Daemon..."
 		loadproc /usr/sbin/libvirtd -d
-- 
2.1.4


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-08-14  9:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-14  9:25 [PATCH] Libvirt: load vhost_net before libvirtd start Jonatan Schlag

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox